b-jesch / skin.estuary.modv2

A Skin for Matrix/Nexus
Other
95 stars 32 forks source link

View_503_Gallery.xml parentheses issue #157

Closed quickmic closed 1 month ago

quickmic commented 1 month ago

<visible>Container.Content(episodes) + ![!$EXP[show_unwatchedthumbs]) + Integer.IsLess(ListItem.Playcount,1) + Container.Content(episodes)]</visible>

should be: <visible>Container.Content(episodes) + ![!$EXP[show_unwatchedthumbs] + Integer.IsLess(ListItem.Playcount,1) + Container.Content(episodes)]</visible>

b-jesch commented 1 month ago

Fixed. Thanks for contribution.