Skip to content

Commit

Permalink
Made isFormatEnabled public
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Oomens committed Aug 24, 2022
1 parent d59faf7 commit 42c7d20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ private SparseArray<YtFile> getStreamUrls() throws IOException, InterruptedExcep
return ytFiles;
}

private boolean isFormatEnabled(Format itag) {
public boolean isFormatEnabled(Format format) {
return true;
}

Expand Down

0 comments on commit 42c7d20

Please sign in to comment.