Skip to content

Commit

Permalink
acousticbrainz_tonal-rhythm: Add deprecation notice to description
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Nov 7, 2021
1 parent 41923b1 commit f5ea2db
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@
<li>Beats Per Minute (BPM)</li>
</ul>
from the AcousticBrainz database.<br/><br/>
<em>This plugin is deprecated, please consider using the AcousticBrainz Tags
plugin instead.</em>
'''
PLUGIN_LICENSE = "GPL-2.0-or-later"
PLUGIN_LICENSE_URL = "https://www.gnu.org/licenses/gpl-2.0.txt"
PLUGIN_VERSION = '1.1.4'
PLUGIN_VERSION = '1.1.5'
PLUGIN_API_VERSIONS = ["2.0"] # Requires support for TKEY which is in 1.4

from json import JSONDecodeError
Expand Down

0 comments on commit f5ea2db

Please sign in to comment.