mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 00:39:25 +01:00
live tv updates
This commit is contained in:
@@ -122,7 +122,6 @@ namespace MediaBrowser.Model.LiveTv
|
||||
|
||||
public enum ProgramAudio
|
||||
{
|
||||
Unspecified,
|
||||
Mono,
|
||||
Stereo,
|
||||
Dolby,
|
||||
|
||||
@@ -116,5 +116,11 @@ namespace MediaBrowser.Model.LiveTv
|
||||
/// </summary>
|
||||
/// <value>The duration ms.</value>
|
||||
public int DurationMs { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the priority.
|
||||
/// </summary>
|
||||
/// <value>The priority.</value>
|
||||
public int Priority { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user