Skip to content

Commit 5f6d719

Browse files
committed
Remove extra function calls
1 parent 634e249 commit 5f6d719

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/skipRule.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,8 @@ function getSkipRuleValue(segment: SponsorTime | VideoLabelsCacheData, rule: Adv
131131
return undefined;
132132
}
133133
case SkipRuleAttribute.ChannelID:
134-
getChannelIDInfo()
135134
return getChannelIDInfo().id;
136135
case SkipRuleAttribute.ChannelName:
137-
getChannelIDInfo()
138136
return getChannelIDInfo().author;
139137
case SkipRuleAttribute.VideoDuration:
140138
return getVideoDuration();

0 commit comments

Comments
 (0)