Bump build number

This commit is contained in:
Arkadiusz Fal
2021-12-01 23:54:58 +01:00
parent 45c917160e
commit cc2bf90218
2 changed files with 11 additions and 11 deletions

View File

@@ -112,7 +112,7 @@ struct ContentView: View {
func configure() {
SiestaLog.Category.enabled = .common
SDImageCodersManager.shared.addCoder(SDImageWebPCoder.shared)
SDWebImageManager.defaultImageCache = PINCache(name: "net.yattee.app")
SDWebImageManager.defaultImageCache = PINCache(name: "stream.yattee.app")
#if !os(macOS)
try? AVAudioSession.sharedInstance().setCategory(.playback, mode: .moviePlayback)
#endif