diff options
Diffstat (limited to 'templates/show_edit_song_row.inc.php')
-rw-r--r-- | templates/show_edit_song_row.inc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/show_edit_song_row.inc.php b/templates/show_edit_song_row.inc.php index e3d1a89e..dcd41750 100644 --- a/templates/show_edit_song_row.inc.php +++ b/templates/show_edit_song_row.inc.php @@ -29,7 +29,9 @@ <?php show_artist_select('artist',$song->artist); ?> </td> <td> - <?php show_album_select('album',$song->album); ?> + <?php show_album_select('album',$song->album,true,$song->id); ?> + <div id="album_select_song_<?php echo $song->id ?>"></div> +<?php echo Ajax::observe('album_select_'.$song->id,'change','checkAlbum('.$song->id.')'); ?> </td> <td> <?php show_genre_select('genre',$song->genre); ?> |