Merge pull request #7533 from dfederm/remove-mediatype-recording
Remove reference to non-existing Recording media type
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user