mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
show progress indicator for books
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user