mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-05 18:01:55 +01:00
Merge pull request #16501 from bilbofroggins/master
Reverse check for track changed
This commit is contained in:
@@ -960,7 +960,7 @@ namespace Emby.Server.Implementations.Session
|
||||
}
|
||||
|
||||
var tracksChanged = UpdatePlaybackSettings(user, info, data);
|
||||
if (!tracksChanged)
|
||||
if (tracksChanged)
|
||||
{
|
||||
changed = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user