Rename DevFastAccessCoverArt to EnableMediaFileCoverArt

This commit is contained in:
Deluan
2022-12-27 14:30:00 -05:00
committed by Deluan Quintão
parent 722a00cacf
commit 332900774d
6 changed files with 14 additions and 17 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ func (i *cacheItem) Key() string {
i.lastUpdate.UnixMilli(),
i.size,
conf.Server.CoverJpegQuality,
conf.Server.DevFastAccessCoverArt,
conf.Server.EnableMediaFileCoverArt,
)
}