Use enum for BaseItemDto.ExtraType (#11261)

This commit is contained in:
Niels van Velzen
2024-03-31 22:48:46 +02:00
committed by GitHub
parent a45f2936e1
commit 84b933d835
2 changed files with 3 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ namespace MediaBrowser.Model.Dto
public DateTime? DateLastMediaAdded { get; set; }
public string ExtraType { get; set; }
public ExtraType? ExtraType { get; set; }
public int? AirsBeforeSeasonNumber { get; set; }