Remove reference to non-existing Recording media type

This commit is contained in:
David Federman
2026-01-26 14:40:22 -08:00
parent 185519a4c3
commit 75c2829e11
+1 -2
View File
@@ -267,8 +267,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) {