New checkbox to select streaming only mode when subscribing

This commit is contained in:
Isaac Grynsztein
2020-04-07 01:52:59 -04:00
parent 7ef6c78612
commit 2a1aa4036c
2 changed files with 7 additions and 1 deletions

View File

@@ -19,6 +19,9 @@ export class SubscribeDialogComponent implements OnInit {
// state
subscribing = false;
// no videos actually downloaded, just streamed
streamingOnlyMode = false;
time_units = [
'day',
'week',