updated playstate methods

This commit is contained in:
Luke Pulverenti
2015-02-17 13:42:46 -05:00
parent ee632803b3
commit b52bc327f2
3 changed files with 4 additions and 3 deletions

View File

@@ -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);
}
}