mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-17 02:21:00 +02:00
New data model play media entity, PlaybackSessionManager
This commit is contained in:
@ -47,7 +47,7 @@ class FileMetadata {
|
||||
|
||||
get format() {
|
||||
if (!this.ext) return ''
|
||||
return this.ext.slice(1)
|
||||
return this.ext.slice(1).toLowerCase()
|
||||
}
|
||||
get filenameNoExt() {
|
||||
return this.filename.replace(this.ext, '')
|
||||
|
Reference in New Issue
Block a user