Started work on library scanning

This commit is contained in:
Eliot Berriot 2018-04-11 23:13:33 +02:00
parent 472cc7e26a
commit 520fb9d078
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
9 changed files with 157 additions and 4 deletions

View file

@ -43,7 +43,7 @@ export default {
data () {
return {
isLoading: false,
libraryUsername: 'library@node2.funkwhale.test',
libraryUsername: '',
result: null,
errors: []
}