mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Removed useless declarations
This commit is contained in:
parent
4cc07995a2
commit
cb234bf8ee
4 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,6 @@ import itemHelper from '../itemHelper';
|
|||
import '../../elements/emby-progressbar/emby-progressbar';
|
||||
import './indicators.scss';
|
||||
import 'material-design-icons-iconfont';
|
||||
import { getCurrentDateTimeLocale } from '../../scripts/globalize';
|
||||
|
||||
export function enableProgressIndicator(item) {
|
||||
if (item.MediaType === 'Video' && item.Type !== 'TvChannel') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue