Merge pull request #7781 from crobibero/live-tv-infinite

(cherry picked from commit 77c73e241f)
Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
Cody Robibero
2022-05-29 08:49:50 -06:00
committed by crobibero
parent ad1e554141
commit b8722d02a3
4 changed files with 15 additions and 4 deletions

View File

@@ -64,5 +64,11 @@ namespace MediaBrowser.Model.Session
/// </summary>
/// <value>The repeat mode.</value>
public RepeatMode RepeatMode { get; set; }
/// <summary>
/// Gets or sets the now playing live stream identifier.
/// </summary>
/// <value>The live stream identifier.</value>
public string LiveStreamId { get; set; }
}
}