1
0
Fork 0
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:
Hadi Charara 2022-07-05 15:28:13 -04:00
parent 4cc07995a2
commit cb234bf8ee
4 changed files with 3 additions and 4 deletions

View file

@ -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') {