We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e938ae0 commit b0d7deaCopy full SHA for b0d7dea
1 file changed
extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfoItemExtractor.java
@@ -155,6 +155,6 @@ default boolean isShortFormContent() throws ParsingException {
155
* @throws ParsingException if there is an error in the extraction
156
*/
157
default String getPlaylistId() throws ParsingException {
158
- return "";
+ return "";
159
}
160
0 commit comments