API hardening against changes
This commit is contained in:
parent
5d58156cde
commit
66dc5e8bb8
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ public class YoutubeStreamInfoItemExtractor implements StreamInfoItemExtractor {
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewPipe#8034 - YT returns not a correct duration for "YT shorts" videos
|
// NewPipe#8034 - YT returns not a correct duration for "YT shorts" videos
|
||||||
if ("SHORTS".equals(duration)) {
|
if ("SHORTS".equalsIgnoreCase(duration)) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue