mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 16:25:28 +03:00
Fixed TopParent not beeing migrated
This commit is contained in:
@@ -513,7 +513,7 @@ public class PlaystateController : BaseJellyfinApiController
|
||||
item.MarkUnplayed(user);
|
||||
}
|
||||
|
||||
return _userDataRepository.GetUserDataDto(item, user);
|
||||
return _userDataRepository.GetUserDataDto(item, user)!;
|
||||
}
|
||||
|
||||
private PlayMethod ValidatePlayMethod(PlayMethod method, string? playSessionId)
|
||||
|
||||
Reference in New Issue
Block a user