diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-12-21 12:45:38 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-12-21 12:45:38 +0000 |
| commit | be1a69584ec830c831226a2a114d35b1184a18fc (patch) | |
| tree | 5194e4aa5a58407e8902f6861c52c2fe602d51b4 /html | |
| parent | 8eef2643b0c5fe934cc0f1050fa70b698f11aebb (diff) | |
| download | xxv-be1a69584ec830c831226a2a114d35b1184a18fc.tar.gz xxv-be1a69584ec830c831226a2a114d35b1184a18fc.tar.bz2 | |
* MUSIC: check object methods
* RECORDS: format event 'recording deleted'
* mlist: don't force cover update
Diffstat (limited to 'html')
| -rw-r--r-- | html/mlist.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/mlist.tmpl b/html/mlist.tmpl index 0608359..1384a2b 100644 --- a/html/mlist.tmpl +++ b/html/mlist.tmpl @@ -45,7 +45,7 @@ <a href="?cmd=mrefresh">[<?% gettext("Update Music Database") %?>]</a> <?% END %?> <?% IF allow('mcovers') %?> -<a href="?cmd=mcovers&data=force">[<?% gettext("Get new Covers") %?>]</a> +<a href="?cmd=mcovers">[<?% gettext("Get new Covers") %?>]</a> <?% END %?> </b> <?% IF allow('mplay') %?> |
