Merge pull request #7533 from dfederm/remove-mediatype-recording

Remove reference to non-existing Recording media type
This commit is contained in:
Niels van Velzen
2026-01-27 11:33:19 +01:00
committed by GitHub
+1 -2
View File
@@ -264,8 +264,7 @@ export function canMarkPlayed (item) {
return item.Type === 'Series'
|| item.Type === 'Season'
|| item.Type === 'BoxSet'
|| item.MediaType === 'Book'
|| item.MediaType === 'Recording';
|| item.MediaType === 'Book';
}
export function canRate (item) {