clean up indexings
This commit is contained in:
@@ -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},
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user