damienhaynes / moving-pictures

Moving Pictures is a movies plug-in for the MediaPortal media center application. The goal of the plug-in is to create a very focused and refined experience that requires minimal user interaction. The plug-in emphasizes usability and ease of use in managing a movie collection consisting of ripped DVDs, and movies reencoded in common video formats supported by MediaPortal.
12 stars 6 forks source link

Update MovingPicturesGUI class to handle missing semicolon in UnparsedLoadParameter #1171

Closed KJ-Cox closed 4 months ago

KJ-Cox commented 4 months ago

UnparsedLoadParameter expects to split the value with a semicolon and I propose a check for this value and if not present to make it null so no error occurs. MePo theme in Titan skin is pushing a value like #tile15plugin.hyperlink to MovingPictures and this is causing an error. This change would fix that error.