mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 06:48:35 +01:00
added HasSyncJob
This commit is contained in:
@@ -60,5 +60,12 @@ namespace MediaBrowser.Controller.Collections
|
||||
/// <param name="userId">The user identifier.</param>
|
||||
/// <returns>Folder.</returns>
|
||||
Folder GetCollectionsFolder(string userId);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the collections.
|
||||
/// </summary>
|
||||
/// <param name="user">The user.</param>
|
||||
/// <returns>IEnumerable<BoxSet>.</returns>
|
||||
IEnumerable<BoxSet> GetCollections(User user);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user