]> iEval git - app-musicexpo.git/blobdiff - t/musicexpo-cache.t
Add a "Previous" button to the player
[app-musicexpo.git] / t / musicexpo-cache.t
index b703b7a035608cf81cd24fb0ed017cc46b1f3914..c7a115449da3e1221660eccbf7cb1e178626aa03 100644 (file)
@@ -33,9 +33,9 @@ if ($handled{'.flac'} && $handled{'.ogg'}) {
 
 push @lines, $prefix . '<a href="/music/empty2.opus">Opus</a> ' if $handled{'.opus'};
 push @lines, $prefix . '<a href="/music/empty3.mp3">MP3</a> ' if $handled{'.mp3'};
-push @lines, '<td class="album">L&#39;autre endroit<td class="genre">Electro<td class="track">1/9<td class="year">2005<td class="formats"><a href="/music/empty4.aac">AAC</a> ' if $handled{'.aac'};
+push @lines, '<tr><td class="title"><a href="#silence-cellule" data-hash="#silence-cellule">Cellule</a><td class="artist">Silence<td class="album">L&#39;autre endroit<td class="genre">Electro<td class="track">1/9<td class="year">2005<td class="formats"><a href="/music/empty4.aac">AAC</a> ' if $handled{'.aac'};
 
-my $contents = join "\n", @lines;
+my $contents = join '', map { "\n$_" } @lines;
 
 App::MusicExpo->run;
 
This page took 0.023865 seconds and 4 git commands to generate.