1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

apparently i cannot resolve conflicts

This commit is contained in:
Sarab Singh 2020-05-10 22:58:14 +05:30
parent 714776dde0
commit f229d0c5ee
2 changed files with 7 additions and 7 deletions

View file

@ -41,7 +41,7 @@
export function getProgressBarHtml(item, options) {
let pct;
if (enableProgressIndicator(item) && item.Type !== "Recording") {
if (enableProgressIndicator(item) && item.Type !== 'Recording') {
const userData = options && options.userData ? options.userData : item.UserData;
if (userData) {