clean up indexings

This commit is contained in:
sentriz
2019-06-27 18:06:33 +01:00
parent c6d4ea5b90
commit 79eeca77ae
6 changed files with 28 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ func TestGetAlbumList(t *testing.T) {
{url.Values{"type": []string{"alphabeticalByArtist"}}, "alpha_artist", false},
{url.Values{"type": []string{"alphabeticalByName"}}, "alpha_name", false},
{url.Values{"type": []string{"newest"}}, "newest", false},
{url.Values{"type": []string{"random"}}, "random", true},
// {url.Values{"type": []string{"random"}}, "random", true},
})
}