Skip to content

Commit

Permalink
PICARD-2153: Classical Extras context sensitive help (#297)
Browse files Browse the repository at this point in the history
Support standard Options help button link to Classical Extras help pages
  • Loading branch information
Sophist-UK authored Dec 26, 2021
1 parent c6a077b commit 7e27dae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/classical_extras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
#
# The main control routine is at the end of the module

PLUGIN_VERSION = '2.0.12'
PLUGIN_VERSION = '2.0.13'
PLUGIN_API_VERSIONS = ["2.0", "2.1", "2.2", "2.3", "2.4"]
PLUGIN_LICENSE = "GPL-2.0"
PLUGIN_LICENSE_URL = "https://www.gnu.org/licenses/gpl-2.0.html"
Expand Down Expand Up @@ -8550,6 +8550,7 @@ class ClassicalExtrasOptionsPage(OptionsPage):
NAME = "classical_extras"
TITLE = "Classical Extras"
PARENT = "plugins"
HELP_URL = "http://music.highmossergate.co.uk/symphony/tagging/classical-extras/"
opts = plugin_options('artists') + plugin_options('tag') + plugin_options('tag_detail') +\
plugin_options('workparts') + plugin_options('genres') + plugin_options('other')

Expand Down

0 comments on commit 7e27dae

Please sign in to comment.