mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Remove demo app
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user