mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-07-27 12:29:35 +00:00
Support absolute seeks on Disney+ by automatically translating them to relative jumps
This commit is contained in:
@@ -323,7 +323,14 @@
|
||||
urls: ['disneyplus.com'],
|
||||
matches() { return matchesPlayerUrls(this.urls); },
|
||||
getTimeline: getDisneyPlusTimeline,
|
||||
clickRelativeSeek: clickDisneyPlusRelativeSeek,
|
||||
clickRelativeSeek: clickDisneyPlusRelativeSeek,
|
||||
getDebug(video) {
|
||||
return {
|
||||
name: this.name,
|
||||
key: 'disneyPlus',
|
||||
urls: this.urls,
|
||||
timeline: getDisneyPlusTimeline(video),
|
||||
timelineCandidates: lastDisneyPlusTimelineCandidates,
|
||||
seekButtons: getDisneyPlusSeekButtonLabels()
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user