You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.
* fix video retrieval (#43)
* add cache version to circle config (allow invalidating)
* update maven plugins
* update tika from vulnerable version 1.16 to 1.19.1
* update maven plugins
* update gson version to 2.8.5, add missing static to listresults inner class (#46)
* reformat code
* check if property test.track.playlist exists
* Release version 0.3.6
* Update README.md
* Update README.md
* Fix broken link in CONTRIBUTING.md (#41)
* Release 0.3.6 (#51)
* fix video retrieval (#43)
* add cache version to circle config (allow invalidating)
* update maven plugins
* update tika from vulnerable version 1.16 to 1.19.1
* update maven plugins
* update gson version to 2.8.5, add missing static to listresults inner class (#46)
* reformat code
* check if property test.track.playlist exists
* Release version 0.3.6
* Get rid of unwanted symbol in javadoc
Javadoc treats '>' symbol as unwanted, so it was replaced by 'greater
than' phrase.
* Getting full media library
Premium users can add tracks to their libraries without purchasing them,
so there's no need to filter tracks by their storeId while fetching.
* Added 'Thumbs Up' filter to TrackApi to get only tracks liked by user
* Bumped up version, added a contibutor
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the project or another dependency uses a newer version of Gson, this api will crash.
Temporary workaround:
Adding the currently used version to your pom.xml, forcing all dependencies to use this version
(#40, #44)
The text was updated successfully, but these errors were encountered: