mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-02 21:44:56 +02:00
Remove unused
This commit is contained in:
parent
12c6f2e9a5
commit
5e8678f1cc
3 changed files with 0 additions and 11 deletions
|
@ -177,9 +177,6 @@ class LibraryItem {
|
|||
get hasAudioFiles() {
|
||||
return this.libraryFiles.some((lf) => lf.fileType === 'audio')
|
||||
}
|
||||
get hasMediaEntities() {
|
||||
return this.media.hasMediaEntities
|
||||
}
|
||||
|
||||
// Data comes from scandir library item data
|
||||
// TODO: Remove this function. Only used when creating a new podcast now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue