Jump to content

'SupportsPositionTicksResume'


chef

Recommended Posts

chef

Plugin Libraries - ILibraryManager:

var RequestedMediaItem = LibraryManager.GetItemById(result.FirstOrDefault());

if (RequestedMediaItem.SupportsPositionTicksResume)
   {
                                
    }

Where result is an Id from a List of Ids....

 

Thanks @@Luke

Edited by chef
Link to comment
Share on other sites

No that just means if the item supports resuming or not. Not whether a resume point is actually saved for it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...