Completed deprecation of streamingOnly mode for subscriptions

This commit is contained in:
Isaac Abadi
2022-06-24 17:29:06 -04:00
parent fecefde3ad
commit 573cca0b2f
8 changed files with 2 additions and 47 deletions

View File

@@ -21,9 +21,6 @@ export class SubscribeDialogComponent implements OnInit {
// state
subscribing = false;
// no videos actually downloaded, just streamed
streamingOnlyMode = false;
// audio only mode
audioOnlyMode = false;