Reply to thread

Hi [USER=77870]@sve1[/USER],


The problem is due to the following line in your MediaPortal.xml:

[code]

<entry name="ParentalIgnoreAfterTime">00.00</entry>

[/code]


For some reason it has persisted the Time in HH.mm format instead of what your current locale format is HH:mm. Is it possible you had that format before?


Anyway, to fix is easy, simply make it "00:00".


I will put in some protection in the plugin as well for next version.


Top Bottom