mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 03:04:49 +03:00
enforce user access to offline items
This commit is contained in:
@@ -5,10 +5,12 @@ namespace MediaBrowser.Model.Sync
|
||||
public class SyncDataResponse
|
||||
{
|
||||
public List<string> ItemIdsToRemove { get; set; }
|
||||
public Dictionary<string, List<string>> ItemUserAccess { get; set; }
|
||||
|
||||
public SyncDataResponse()
|
||||
{
|
||||
ItemIdsToRemove = new List<string>();
|
||||
ItemUserAccess = new Dictionary<string, List<string>>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user