mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
live tv fix
This commit is contained in:
parent
a025f4eefa
commit
5965afecde
20 changed files with 207 additions and 66 deletions
|
|
@ -6,6 +6,7 @@ namespace MediaBrowser.Model.Sync
|
|||
{
|
||||
public List<string> LocalItemIds { get; set; }
|
||||
public List<string> OfflineUserIds { get; set; }
|
||||
public List<string> SyncJobItemIds { get; set; }
|
||||
|
||||
public string TargetId { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue