mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Channels search, add SDWebImage framework
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import Defaults
|
||||
import SDWebImage
|
||||
import SDWebImagePINPlugin
|
||||
import SDWebImageWebPCoder
|
||||
import Siesta
|
||||
import SwiftUI
|
||||
|
||||
@@ -83,6 +86,8 @@ struct ContentView: View {
|
||||
|
||||
func configure() {
|
||||
SiestaLog.Category.enabled = .common
|
||||
SDImageCodersManager.shared.addCoder(SDImageWebPCoder.shared)
|
||||
SDWebImageManager.defaultImageCache = PINCache(name: "net.yattee.app")
|
||||
|
||||
// TODO: Remove when piped supports videos information
|
||||
if let account = accounts.lastUsed ??
|
||||
|
Reference in New Issue
Block a user