Remove unused AudioPodcast item type

This commit is contained in:
David Federman
2026-01-26 14:25:13 -08:00
parent 185519a4c3
commit d660a45e02
5 changed files with 3 additions and 9 deletions
@@ -43,7 +43,6 @@ const enableProgressIndicator = (
return (
(itemMediaType === ItemMediaKind.Video && itemType !== ItemKind.TvChannel)
|| itemType === ItemKind.AudioBook
|| itemType === ItemKind.AudioPodcast
);
};