mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 13:37:04 +03:00
Don't save dislikes for VIP
This commit is contained in:
@@ -1785,7 +1785,7 @@ async function voteAsync(type: number, UUID: SegmentUUID, category?: Category):
|
||||
segment.hidden = SponsorHideType.Visible;
|
||||
}
|
||||
|
||||
if (!category) {
|
||||
if (!category && !Config.config.isVip) {
|
||||
utils.addHiddenSegment(sponsorVideoID, segment.UUID, segment.hidden);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user