uploads.js: fix call to $.unique (deprecated as of jQuery 3.0)

This commit is contained in:
evazion
2018-04-18 19:02:17 -05:00
parent 7d295a11d0
commit 5082a25321

View File

@@ -128,7 +128,7 @@
artist: {
name: data.unique_id,
other_names: data.artist_name,
url_string: $.unique([data.profile_url, data.normalized_for_artist_finder_url]).join("\n")
url_string: $.uniqueSort([data.profile_url, data.normalized_for_artist_finder_url]).join("\n")
}
});