Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
Description
Sometimes in various places in tvplugin (rec tv, tv guide etc).
programs that once were recording are still marked as such.
seems like a cache issue.
since calling .refesh seems to help.
aRecording.IsRecording;
= false
-->
aRecording.Refresh
aRecording.IsRecording;
= true
programs that once were recording are still marked as such.
seems like a cache issue.
since calling .refesh seems to help.
aRecording.IsRecording;
= false
-->
aRecording.Refresh
aRecording.IsRecording;
= true