Merge remote-tracking branch 'upstream/master' into perf-rebased

This commit is contained in:
Shadowghost
2026-04-07 21:36:07 +02:00
90 changed files with 1686 additions and 848 deletions

View File

@@ -960,7 +960,7 @@ namespace Emby.Server.Implementations.Session
}
var tracksChanged = UpdatePlaybackSettings(user, info, data);
if (!tracksChanged)
if (tracksChanged)
{
changed = true;
}