mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-13 07:24:55 +02:00
Update folder scanner and db to store LocalLibraryItem objects instead of LocalMediaItem objects, some ui fixes and audio player service binding fix
This commit is contained in:
parent
77ef0c119b
commit
12de187b7a
22 changed files with 248 additions and 158 deletions
|
@ -4,6 +4,8 @@ class AbsFileSystemWeb extends WebPlugin {
|
|||
constructor() {
|
||||
super()
|
||||
}
|
||||
|
||||
async selectFolder() { }
|
||||
}
|
||||
|
||||
const AbsFileSystem = registerPlugin('AbsFileSystem', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue