mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-11 14:07:09 +03:00
Don't autohide full video segments for duration change
This commit is contained in:
@@ -13,7 +13,7 @@ export class YouTubeApiMock {
|
||||
};
|
||||
}
|
||||
|
||||
if (obj.id === "noDuration") {
|
||||
if (obj.id === "noDuration" || obj.id === "full_video_duration_segment") {
|
||||
return {
|
||||
err: null,
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user