!minor fixed build

This commit is contained in:
tidusjar 2017-09-23 01:39:32 +01:00
commit b6011cf7a4

View file

@ -137,5 +137,5 @@ export interface IEpisodesRequests {
available: boolean;
requested: boolean;
approved: boolean;
selected:boolean; // This is for the UI only
selected: boolean; // This is for the UI only
}