mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
more work on channel downloading
This commit is contained in:
@@ -12,6 +12,8 @@ namespace MediaBrowser.Model.Dto
|
||||
|
||||
public string Path { get; set; }
|
||||
|
||||
public MediaSourceType Type { get; set; }
|
||||
|
||||
public string Container { get; set; }
|
||||
public long? Size { get; set; }
|
||||
|
||||
@@ -101,4 +103,11 @@ namespace MediaBrowser.Model.Dto
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public enum MediaSourceType
|
||||
{
|
||||
Default = 0,
|
||||
Grouping = 1,
|
||||
Cache = 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user