mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-03 21:11:29 +03:00
fixed bug where video titles were used instead of IDs for the player component
fixed bug that caused a crash when no subscriptions existed
This commit is contained in:
@@ -52,7 +52,7 @@ export class SubscriptionFileCardComponent implements OnInit {
|
||||
}
|
||||
|
||||
goToFile() {
|
||||
this.goToFileEmit.emit(this.file.title);
|
||||
this.goToFileEmit.emit(this.file.id);
|
||||
}
|
||||
|
||||
deleteAndRedownload() {
|
||||
|
||||
Reference in New Issue
Block a user