show progress indicator for books

This commit is contained in:
dkanada
2026-05-14 12:40:41 +09:00
parent fb7a6c6dd9
commit 6e28545659
+1
View File
@@ -6,6 +6,7 @@ import 'material-design-icons-iconfont';
export function enableProgressIndicator(item) {
return (item.MediaType === 'Video' && item.Type !== 'TvChannel')
|| item.Type === 'Book'
|| item.Type === 'AudioBook';
}