Fix id of Items, saving
This commit is contained in:
@@ -61,8 +61,8 @@ extension AudioPlayerSettings {
|
||||
var data: Data {
|
||||
.init(playlistCoverImageSize: playlistCoverImageSize,
|
||||
smallCoverImageSize: smallCoverImageSize,
|
||||
audioPlayerJsFile: audioPlayerJsFile?.id,
|
||||
audioPlayerCssFile: audioPlayerCssFile?.id,
|
||||
audioPlayerJsFile: audioPlayerJsFile?.identifier,
|
||||
audioPlayerCssFile: audioPlayerCssFile?.identifier,
|
||||
german: german.data,
|
||||
english: english.data)
|
||||
}
|
||||
|
Reference in New Issue
Block a user