mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Remove outdated comment
This commit is contained in:
parent
b3056ee321
commit
c6c263de99
@ -60,7 +60,6 @@ export class ComicsPlayer {
|
||||
}
|
||||
|
||||
duration() {
|
||||
// 1000 is an arbitrary value copied over from the bookPlayer
|
||||
return this.pageCount;
|
||||
}
|
||||
|
||||
@ -185,6 +184,7 @@ export class ComicsPlayer {
|
||||
|
||||
this.pageCount = this.archiveSource.urls.length;
|
||||
this.currentPage = options.startPositionTicks / 10000 || 0;
|
||||
|
||||
this.swiperInstance = new Swiper(elem.querySelector('.slideshowSwiperContainer'), {
|
||||
direction: 'horizontal',
|
||||
// loop is disabled due to the lack of Swiper support in virtual slides
|
||||
|
Loading…
Reference in New Issue
Block a user