mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-26 20:14:45 +01:00
Fix watched status resetting on re-watch
This commit is contained in:
@@ -822,7 +822,7 @@ namespace Emby.Server.Implementations.Session
|
||||
{
|
||||
data.Played = true;
|
||||
}
|
||||
else
|
||||
else if (!data.Played)
|
||||
{
|
||||
data.Played = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user