mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #860 - Add options to display channels directly within user views
This commit is contained in:
parent
190377babb
commit
2c9ebd220c
4 changed files with 47 additions and 4 deletions
|
@ -374,7 +374,6 @@
|
|||
var page = this;
|
||||
|
||||
hideSelections(page);
|
||||
|
||||
});
|
||||
|
||||
function renderUserDataChanges(posterItem, userData) {
|
||||
|
@ -387,11 +386,11 @@
|
|||
|
||||
$(html).insertAfter($('.posterItemOverlayTarget', posterItem));
|
||||
}
|
||||
|
||||
|
||||
} else {
|
||||
$('.playedIndicator', posterItem).remove();
|
||||
}
|
||||
|
||||
|
||||
// TODO: Handle progress bar
|
||||
// $('.posterItemProgressContainer').remove();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue