Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
Hexer10 committed Aug 26, 2023
2 parents 5a404b6 + 40b2c5d commit 0919e84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 2.0.2
- Implement YT Handles.
- Deprecated ChannelLink icon's uri, they are no longer provided by YT.

- Remove unused left-over code.

## 2.0.1
- Linter fixes.
Expand Down
18 changes: 0 additions & 18 deletions lib/src/videos/closed_captions/closed_caption_manifest.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,3 @@ class ClosedCaptionManifest {
.toList();
}
}

bool x(bool autoGen, bool isAuto) {
if (!autoGen) {
return !isAuto;
}
return true;
}
/*
A = 0
B = 1
A B
0 0 -> 1 |
0 1 -> 0 -> 1 | 1 ->
1 0 -> 1
1 1 -> 1
*/

0 comments on commit 0919e84

Please sign in to comment.