mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
updated playstate methods
This commit is contained in:
@@ -64,6 +64,6 @@ namespace MediaBrowser.Controller.Library
|
||||
/// <summary>
|
||||
/// Updates playstate for an item and returns true or false indicating if it was played to completion
|
||||
/// </summary>
|
||||
bool UpdatePlayState(BaseItem item, UserItemData data, long positionTicks);
|
||||
bool UpdatePlayState(BaseItem item, UserItemData data, long? positionTicks);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user