Merge pull request #15762 from MSalman5230/Preservation-of-Watched-Status-on-Re-watch
Fix watched status resetting on re-watch
This commit is contained in:
@@ -227,6 +227,7 @@
|
||||
- [ZeusCraft10](https://github.com/ZeusCraft10)
|
||||
- [MarcoCoreDuo](https://github.com/MarcoCoreDuo)
|
||||
- [LiHRaM](https://github.com/LiHRaM)
|
||||
- [MSalman5230](https://github.com/MSalman5230)
|
||||
|
||||
# Emby Contributors
|
||||
|
||||
|
||||
@@ -832,10 +832,6 @@ namespace Emby.Server.Implementations.Session
|
||||
{
|
||||
data.Played = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
data.Played = false;
|
||||
}
|
||||
|
||||
_userDataManager.SaveUserData(user, item, data, UserDataSaveReason.PlaybackStart, CancellationToken.None);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user