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:
parent
714776dde0
commit
f229d0c5ee
2 changed files with 7 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue