Remove unused AudioPodcast item type
This commit is contained in:
@@ -43,7 +43,6 @@ const enableProgressIndicator = (
|
||||
return (
|
||||
(itemMediaType === ItemMediaKind.Video && itemType !== ItemKind.TvChannel)
|
||||
|| itemType === ItemKind.AudioBook
|
||||
|| itemType === ItemKind.AudioPodcast
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user