Merge pull request #5696 from Maxr1998/fix-music-video-metadata-probing

This commit is contained in:
Claus Vium
2021-05-27 10:20:22 +02:00
committed by GitHub
7 changed files with 206 additions and 41 deletions

View File

@@ -51,6 +51,8 @@ namespace MediaBrowser.Model.MediaInfo
public string ShowName { get; set; }
public string ForcedSortName { get; set; }
public int? IndexNumber { get; set; }
public int? ParentIndexNumber { get; set; }