phil65 / skin.estuary

Public repository for the Kodi default skin "Estuary"
Other
25 stars 82 forks source link

Little typo in ->Includes.xml, line: 919 #248

Closed vitorp07 closed 6 years ago

vitorp07 commented 6 years ago

line 919 currently is;

!String.isempty(Container.PluginCategory)

probably should be;

!String.IsEmpty(Container.PluginCategory)

I believe it is like that in Krypton also

phil65 commented 6 years ago

Upper/Lowercase doesnt matter for skinning engine.

vitorp07 commented 6 years ago

Noted! Thank you for the clarification, will close this.