mirror of
https://github.com/yattee/yattee.git
synced 2025-12-03 22:58:16 +00:00
Code style changes
This commit is contained in:
@@ -4,7 +4,7 @@ import Logging
|
||||
import SwiftyJSON
|
||||
|
||||
struct PlaylistsCacheModel: CacheModel {
|
||||
static let shared = PlaylistsCacheModel()
|
||||
static let shared = Self()
|
||||
static let limit = 30
|
||||
let logger = Logger(label: "stream.yattee.cache.playlists")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user