Remove demo app

This commit is contained in:
Arkadiusz Fal
2022-11-10 22:49:13 +01:00
parent 67d2c33771
commit d779ec7215
8 changed files with 4 additions and 421 deletions

View File

@@ -2,7 +2,6 @@ import Foundation
enum VideosApp: String, CaseIterable {
case invidious, piped
case demoApp
var name: String {
rawValue.capitalized
@@ -65,6 +64,6 @@ enum VideosApp: String, CaseIterable {
}
var supportsOpeningVideosByID: Bool {
self != .demoApp
true
}
}