Rename VideoController to DamusVideoCoordinator
This commit renames this class to better represent what it does. This reduces some of the term overloading between this class and other video controller classes/structs. (Such as AVPlayerController) Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
@@ -686,7 +686,7 @@ struct ContentView: View {
|
||||
wallet: WalletModel(settings: settings),
|
||||
nav: self.navigationCoordinator,
|
||||
music: MusicController(onChange: music_changed),
|
||||
video: VideoController(),
|
||||
video: DamusVideoCoordinator(),
|
||||
ndb: ndb,
|
||||
quote_reposts: .init(our_pubkey: pubkey),
|
||||
emoji_provider: DefaultEmojiProvider(showAllVariations: true)
|
||||
|
||||
Reference in New Issue
Block a user