Add single file audio player, introduce blocks
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
|
||||
struct AudioPlayerSettingsFile: Codable {
|
||||
|
||||
let playlistCoverImageSize: Int
|
||||
|
||||
let smallCoverImageSize: Int
|
||||
|
||||
let audioPlayerJsFile: String?
|
||||
|
||||
let audioPlayerCssFile: String?
|
||||
}
|
Reference in New Issue
Block a user