mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-14 07:54:50 +02:00
Fix cover aspect ratio #136
This commit is contained in:
parent
dbe0b7ea69
commit
c5a9677ac6
4 changed files with 9 additions and 9 deletions
|
@ -192,7 +192,9 @@ export default {
|
|||
socketConnectionFailed(err) {
|
||||
this.$toast.error('Socket connection error: ' + err.message)
|
||||
},
|
||||
socketInit(data) {},
|
||||
socketInit(data) {
|
||||
console.log('Socket init', data)
|
||||
},
|
||||
async initLibraries() {
|
||||
if (this.inittingLibraries) {
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue