2014-08-26, 09:30
Hey Everyone,
When i am done watching an episode, it's NOT marked as watched unless i enter to the library window (MyVideoNav.xml).
That's tend to be an issue because i am using skin.widget under home window (Home.xml).
I added the following button to Home.xml but it's not always working:
When i am done watching an episode, it's NOT marked as watched unless i enter to the library window (MyVideoNav.xml).
That's tend to be an issue because i am using skin.widget under home window (Home.xml).
I added the following button to Home.xml but it's not always working:
Code:
<control type="button" id="9092" description="Refresh">
<include>ButtonC10</include>
<label>Refresh</label>
<onclick>ReplaceWindow(VideoLibrary,TVShowTitles)</onclick>
<onclick>Container.Refresh</onclick>
<onclick>RunScript(service.skin.widgets)</onclick>
<onclick>ReplaceWindow(0)</onclick>
<visible>Control.IsVisible(312)</visible>
</control>