mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-14 03:30:25 +01:00
removed IsRecentlyPlayed option and fixed FileTime warnings
This commit is contained in:
@@ -33,10 +33,6 @@ namespace MediaBrowser.Model.Dto
|
||||
/// <summary>
|
||||
/// The item is resumable
|
||||
/// </summary>
|
||||
IsResumable = 7,
|
||||
/// <summary>
|
||||
/// The item is recently played
|
||||
/// </summary>
|
||||
IsRecentlyPlayed = 8
|
||||
IsResumable = 7
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user