mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 14:58:36 +01:00
filter duplicate recordings based on showId
This commit is contained in:
@@ -34,6 +34,8 @@ namespace MediaBrowser.Controller.LiveTv
|
||||
/// <value>The program identifier.</value>
|
||||
public string ProgramId { get; set; }
|
||||
|
||||
public string ShowId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Name of the recording.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user