removed IsRecentlyPlayed option and fixed FileTime warnings

This commit is contained in:
LukePulverenti
2013-03-08 11:45:35 -05:00
parent dbf6081a9b
commit ad0ec70433
5 changed files with 4 additions and 41 deletions

View File

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