mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
Add 'Update from tags' action on album disks (fix #691)
This commit is contained in:
parent
dac2c22c21
commit
f1199a7849
1 changed files with 3 additions and 0 deletions
|
@ -136,6 +136,9 @@ if ($directplay_limit > 0) {
|
|||
'<?php echo AmpConfig::get('web_path'); ?>/albums.php?action=set_track_numbers', 'refresh_album_songs')">
|
||||
<?php echo UI::get_icon('save', T_('Save Tracks Order')); ?>
|
||||
</a>
|
||||
<a href="javascript:NavigateTo('<?php echo $web_path; ?>/albums.php?action=update_from_tags&album_id=<?php echo $c_album->id; ?>');" onclick="return confirm('<?php echo T_('Do you really want to update from tags?'); ?>');">
|
||||
<?php echo UI::get_icon('file_refresh', T_('Update from tags')); ?>
|
||||
</a>
|
||||
<a id="<?php echo 'edit_album_'.$c_album->id ?>" onclick="showEditDialog('album_row', '<?php echo $c_album->id ?>', '<?php echo 'edit_album_'.$c_album->id ?>', '<?php echo T_('Album edit') ?>', '')">
|
||||
<?php echo UI::get_icon('edit', T_('Edit')); ?>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue