3.2.30.21

This commit is contained in:
Luke Pulverenti
2017-09-15 02:32:20 -04:00
parent ce26d502a4
commit 106575e443
7 changed files with 149 additions and 142 deletions

View File

@@ -15,5 +15,6 @@ namespace MediaBrowser.Controller.Entities
bool IsPremiere { get; set; }
ProgramAudio? Audio { get; set; }
string EpisodeTitle { get; set; }
string ServiceName { get; set; }
}
}