diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist index ff06bc3..0449948 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist +++ b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_artist @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "albumList": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name index 43d63e9..469196b 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name +++ b/server/ctrlsubsonic/testdata/test_get_album_list_alpha_name @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "albumList": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_newest b/server/ctrlsubsonic/testdata/test_get_album_list_newest index b1b5d73..f211d43 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_newest +++ b/server/ctrlsubsonic/testdata/test_get_album_list_newest @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "albumList": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_random b/server/ctrlsubsonic/testdata/test_get_album_list_random index 33cc6d4..ace9894 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_random +++ b/server/ctrlsubsonic/testdata/test_get_album_list_random @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "albumList": { "album": [ { @@ -19,19 +19,6 @@ "duration": 2324, "created": "0001-01-01T00:00:00Z" }, - { - "id": "al-5", - "coverArt": "al-5", - "artist": "A Certain Ratio", - "title": "(1994) The Graveyard and the Ballroom", - "album": "", - "parent": "al-4", - "isDir": true, - "name": "", - "songCount": 14, - "duration": 2738, - "created": "0001-01-01T00:00:00Z" - }, { "id": "al-8", "coverArt": "al-8", @@ -46,28 +33,29 @@ "created": "0001-01-01T00:00:00Z" }, { - "id": "al-6", - "artist": "A Certain Ratio", - "title": "(1981) To EachOTHER.", + "id": "al-3", + "coverArt": "al-3", + "artist": "Jah Wobble, The Edge, Holger Czukay", + "title": "(1983) Snake Charmer", "album": "", - "parent": "al-4", + "parent": "al-2", "isDir": true, "name": "", - "songCount": 9, - "duration": 2801, + "songCount": 5, + "duration": 1871, "created": "0001-01-01T00:00:00Z" }, { - "id": "al-9", - "coverArt": "al-9", - "artist": "13th Floor Lowervators", - "title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators", + "id": "al-17", + "coverArt": "al-17", + "artist": "Swell Maps", + "title": "(1979) A Trip to Marineville", "album": "", - "parent": "al-7", + "parent": "al-15", "isDir": true, "name": "", - "songCount": 21, - "duration": 4222, + "songCount": 18, + "duration": 3266, "created": "0001-01-01T00:00:00Z" }, { @@ -96,6 +84,18 @@ "duration": 3040, "created": "0001-01-01T00:00:00Z" }, + { + "id": "al-6", + "artist": "A Certain Ratio", + "title": "(1981) To EachOTHER.", + "album": "", + "parent": "al-4", + "isDir": true, + "name": "", + "songCount": 9, + "duration": 2801, + "created": "0001-01-01T00:00:00Z" + }, { "id": "al-13", "coverArt": "al-13", @@ -110,29 +110,29 @@ "created": "0001-01-01T00:00:00Z" }, { - "id": "al-17", - "coverArt": "al-17", - "artist": "Swell Maps", - "title": "(1979) A Trip to Marineville", + "id": "al-9", + "coverArt": "al-9", + "artist": "13th Floor Lowervators", + "title": "(1966) The Psychedelic Sounds of the 13th Floor Elevators", "album": "", - "parent": "al-15", + "parent": "al-7", "isDir": true, "name": "", - "songCount": 18, - "duration": 3266, + "songCount": 21, + "duration": 4222, "created": "0001-01-01T00:00:00Z" }, { - "id": "al-3", - "coverArt": "al-3", - "artist": "Jah Wobble, The Edge, Holger Czukay", - "title": "(1983) Snake Charmer", + "id": "al-5", + "coverArt": "al-5", + "artist": "A Certain Ratio", + "title": "(1994) The Graveyard and the Ballroom", "album": "", - "parent": "al-2", + "parent": "al-4", "isDir": true, "name": "", - "songCount": 5, - "duration": 1871, + "songCount": 14, + "duration": 2738, "created": "0001-01-01T00:00:00Z" } ] diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist index 78cb30c..1f68f17 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_artist @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "albumList2": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name index 7bb4487..6543870 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_alpha_name @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "albumList2": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_newest b/server/ctrlsubsonic/testdata/test_get_album_list_two_newest index 65003f9..30fa0c4 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_newest +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_newest @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "albumList2": { "album": [ { diff --git a/server/ctrlsubsonic/testdata/test_get_album_list_two_random b/server/ctrlsubsonic/testdata/test_get_album_list_two_random index 51b6248..2f7abf4 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_list_two_random +++ b/server/ctrlsubsonic/testdata/test_get_album_list_two_random @@ -3,34 +3,21 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "albumList2": { "album": [ { - "id": "al-21", - "coverArt": "al-21", - "artistId": "ar-7", - "artist": "Captain Beefheart & His Magic Band", + "id": "al-9", + "coverArt": "al-9", + "artistId": "ar-3", + "artist": "13th Floor Elevators", "title": "", "album": "", - "name": "Lick My Decals Off, Baby", - "songCount": 15, - "duration": 2324, - "created": "2019-06-10T19:26:30.944742894+01:00", - "year": 1970 - }, - { - "id": "al-19", - "coverArt": "al-19", - "artistId": "ar-6", - "artist": "Ten Years After", - "title": "", - "album": "", - "name": "Ten Years After", - "songCount": 15, - "duration": 3812, - "created": "2019-04-30T16:48:30+01:00", - "year": 1967 + "name": "The Psychedelic Sounds of the 13th Floor Elevators", + "songCount": 21, + "duration": 4222, + "created": "2019-06-13T12:57:24.306717554+01:00", + "year": 1966 }, { "id": "al-17", @@ -59,17 +46,30 @@ "year": 1980 }, { - "id": "al-5", - "coverArt": "al-5", - "artistId": "ar-2", - "artist": "A Certain Ratio", + "id": "al-13", + "coverArt": "al-13", + "artistId": "ar-4", + "artist": "Anikas", "title": "", "album": "", - "name": "The Graveyard and the Ballroom", - "songCount": 14, - "duration": 2738, - "created": "2019-06-05T17:46:37.675917974+01:00", - "year": 1994 + "name": "Anika", + "songCount": 9, + "duration": 2169, + "created": "2019-05-23T15:12:02.921473302+01:00", + "year": 2010 + }, + { + "id": "al-8", + "coverArt": "al-8", + "artistId": "ar-3", + "artist": "13th Floor Elevators", + "title": "", + "album": "", + "name": "Easter Everywhere", + "songCount": 10, + "duration": 2609, + "created": "2019-06-13T12:57:28.850090338+01:00", + "year": 1967 }, { "id": "al-3", @@ -84,6 +84,32 @@ "created": "2019-05-16T22:10:52+01:00", "year": 1983 }, + { + "id": "al-21", + "coverArt": "al-21", + "artistId": "ar-7", + "artist": "Captain Beefheart & His Magic Band", + "title": "", + "album": "", + "name": "Lick My Decals Off, Baby", + "songCount": 15, + "duration": 2324, + "created": "2019-06-10T19:26:30.944742894+01:00", + "year": 1970 + }, + { + "id": "al-19", + "coverArt": "al-19", + "artistId": "ar-6", + "artist": "Ten Years After", + "title": "", + "album": "", + "name": "Ten Years After", + "songCount": 15, + "duration": 3812, + "created": "2019-04-30T16:48:30+01:00", + "year": 1967 + }, { "id": "al-6", "artistId": "ar-2", @@ -97,43 +123,17 @@ "year": 1981 }, { - "id": "al-13", - "coverArt": "al-13", - "artistId": "ar-4", - "artist": "Anikas", + "id": "al-5", + "coverArt": "al-5", + "artistId": "ar-2", + "artist": "A Certain Ratio", "title": "", "album": "", - "name": "Anika", - "songCount": 9, - "duration": 2169, - "created": "2019-05-23T15:12:02.921473302+01:00", - "year": 2010 - }, - { - "id": "al-9", - "coverArt": "al-9", - "artistId": "ar-3", - "artist": "13th Floor Elevators", - "title": "", - "album": "", - "name": "The Psychedelic Sounds of the 13th Floor Elevators", - "songCount": 21, - "duration": 4222, - "created": "2019-06-13T12:57:24.306717554+01:00", - "year": 1966 - }, - { - "id": "al-8", - "coverArt": "al-8", - "artistId": "ar-3", - "artist": "13th Floor Elevators", - "title": "", - "album": "", - "name": "Easter Everywhere", - "songCount": 10, - "duration": 2609, - "created": "2019-06-13T12:57:28.850090338+01:00", - "year": 1967 + "name": "The Graveyard and the Ballroom", + "songCount": 14, + "duration": 2738, + "created": "2019-06-05T17:46:37.675917974+01:00", + "year": 1994 } ] } diff --git a/server/ctrlsubsonic/testdata/test_get_album_with_cover b/server/ctrlsubsonic/testdata/test_get_album_with_cover index 904cf8d..6b4bfb5 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_with_cover +++ b/server/ctrlsubsonic/testdata/test_get_album_with_cover @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "album": { "id": "al-3", "coverArt": "al-3", diff --git a/server/ctrlsubsonic/testdata/test_get_album_without_cover b/server/ctrlsubsonic/testdata/test_get_album_without_cover index b3a2762..945fef7 100644 --- a/server/ctrlsubsonic/testdata/test_get_album_without_cover +++ b/server/ctrlsubsonic/testdata/test_get_album_without_cover @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "album": { "id": "al-2", "title": "", diff --git a/server/ctrlsubsonic/testdata/test_get_artist_id_one b/server/ctrlsubsonic/testdata/test_get_artist_id_one index a71b37a..de1834d 100644 --- a/server/ctrlsubsonic/testdata/test_get_artist_id_one +++ b/server/ctrlsubsonic/testdata/test_get_artist_id_one @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "artist": { "id": "ar-1", "name": "Jah Wobble, The Edge & Holger Czukay", diff --git a/server/ctrlsubsonic/testdata/test_get_artist_id_three b/server/ctrlsubsonic/testdata/test_get_artist_id_three index 590260f..23f6a47 100644 --- a/server/ctrlsubsonic/testdata/test_get_artist_id_three +++ b/server/ctrlsubsonic/testdata/test_get_artist_id_three @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "artist": { "id": "ar-3", "name": "13th Floor Elevators", diff --git a/server/ctrlsubsonic/testdata/test_get_artist_id_two b/server/ctrlsubsonic/testdata/test_get_artist_id_two index b7d589e..336c277 100644 --- a/server/ctrlsubsonic/testdata/test_get_artist_id_two +++ b/server/ctrlsubsonic/testdata/test_get_artist_id_two @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "artist": { "id": "ar-2", "name": "A Certain Ratio", diff --git a/server/ctrlsubsonic/testdata/test_get_artists_no_args b/server/ctrlsubsonic/testdata/test_get_artists_no_args index 9c8faeb..4f81a4e 100644 --- a/server/ctrlsubsonic/testdata/test_get_artists_no_args +++ b/server/ctrlsubsonic/testdata/test_get_artists_no_args @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "artists": { "ignoredArticles": "", "index": [ diff --git a/server/ctrlsubsonic/testdata/test_get_indexes_no_args b/server/ctrlsubsonic/testdata/test_get_indexes_no_args index e77c57e..e4c0e83 100644 --- a/server/ctrlsubsonic/testdata/test_get_indexes_no_args +++ b/server/ctrlsubsonic/testdata/test_get_indexes_no_args @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "indexes": { "lastModified": 0, "ignoredArticles": "", diff --git a/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks b/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks index 701f958..1808449 100644 --- a/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks +++ b/server/ctrlsubsonic/testdata/test_get_music_directory_with_tracks @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "directory": { "id": "al-3", "parent": "al-2", diff --git a/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks b/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks index 4e17a77..903094b 100644 --- a/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks +++ b/server/ctrlsubsonic/testdata/test_get_music_directory_without_tracks @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "directory": { "id": "al-2", "name": "Jah Wobble, The Edge, Holger Czukay", diff --git a/server/ctrlsubsonic/testdata/test_search_three_q_13 b/server/ctrlsubsonic/testdata/test_search_three_q_13 index 22feb5a..5993bfb 100644 --- a/server/ctrlsubsonic/testdata/test_search_three_q_13 +++ b/server/ctrlsubsonic/testdata/test_search_three_q_13 @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "searchResult3": { "artist": [ { diff --git a/server/ctrlsubsonic/testdata/test_search_three_q_ani b/server/ctrlsubsonic/testdata/test_search_three_q_ani index ceec20e..881c4dc 100644 --- a/server/ctrlsubsonic/testdata/test_search_three_q_ani +++ b/server/ctrlsubsonic/testdata/test_search_three_q_ani @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "searchResult3": { "artist": [ { diff --git a/server/ctrlsubsonic/testdata/test_search_three_q_cert b/server/ctrlsubsonic/testdata/test_search_three_q_cert index 434e319..b3f1f4f 100644 --- a/server/ctrlsubsonic/testdata/test_search_three_q_cert +++ b/server/ctrlsubsonic/testdata/test_search_three_q_cert @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "searchResult3": { "artist": [ { diff --git a/server/ctrlsubsonic/testdata/test_search_two_q_13 b/server/ctrlsubsonic/testdata/test_search_two_q_13 index e1e9e19..d0b12a7 100644 --- a/server/ctrlsubsonic/testdata/test_search_two_q_13 +++ b/server/ctrlsubsonic/testdata/test_search_two_q_13 @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "searchResult2": { "artist": [ { diff --git a/server/ctrlsubsonic/testdata/test_search_two_q_ani b/server/ctrlsubsonic/testdata/test_search_two_q_ani index bd34fe2..23365fb 100644 --- a/server/ctrlsubsonic/testdata/test_search_two_q_ani +++ b/server/ctrlsubsonic/testdata/test_search_two_q_ani @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "searchResult2": { "artist": [ { diff --git a/server/ctrlsubsonic/testdata/test_search_two_q_cert b/server/ctrlsubsonic/testdata/test_search_two_q_cert index 53b200a..0769d2a 100644 --- a/server/ctrlsubsonic/testdata/test_search_two_q_cert +++ b/server/ctrlsubsonic/testdata/test_search_two_q_cert @@ -3,7 +3,7 @@ "status": "ok", "version": "1.15.0", "type": "gonic", - "gonicVersion": "v0.12.1", + "gonicVersion": "v0.12.2", "searchResult2": { "artist": [ { diff --git a/version/version.go b/version/version.go index 169fadf..30c3749 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ // generated by `_do_bump_version` script in project root -// Thu 18 Feb 2021 12:25:26 GMT +// Fri 19 Feb 2021 00:11:16 GMT // DO NOT EDIT package version @@ -7,4 +7,4 @@ package version const NAME = "gonic" const NAME_UPPER = "GONIC" const NAME_EMBED = "gonicembed" -const VERSION = "v0.12.1" +const VERSION = "v0.12.2"