mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 21:57:06 +02:00
Implemented progressbar for export/import
This commit is contained in:
parent
ab04eb1123
commit
6e330daf06
24 changed files with 590 additions and 239 deletions
|
@ -35,8 +35,8 @@ func TestFromConfig(t *testing.T) {
|
|||
config := viper.New()
|
||||
config.Set("server-url", "https://subsonic.example.com")
|
||||
config.Set("token", "thetoken")
|
||||
backend := subsonic.SubsonicApiBackend{}.FromConfig(config)
|
||||
assert.IsType(t, subsonic.SubsonicApiBackend{}, backend)
|
||||
backend := (&subsonic.SubsonicApiBackend{}).FromConfig(config)
|
||||
assert.IsType(t, &subsonic.SubsonicApiBackend{}, backend)
|
||||
}
|
||||
|
||||
func TestSongToLove(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue