xibosignage / xibo-dotnetclient

Xibo for Windows .NET Player
GNU Affero General Public License v3.0
63 stars 91 forks source link

Sub Playlist: cycle playback only plays the first item when play count > 1 #273

Closed dasgarner closed 1 year ago

dasgarner commented 1 year ago

This is due to us not incrementing the count correctly (we only do it if we've decided to move on): https://github.com/xibosignage/xibo-dotnetclient/blob/develop/Rendering/Layout.xaml.cs#L439

DanielBW1 commented 1 year ago

HI Dan. Frazer got this error when he tried to test thisa issue:

image

Not sure if that is related to this issue?