Fix t/musicexpo-cache.t for AAC
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 28 Oct 2016 23:22:18 +0000 (00:22 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 28 Oct 2016 23:22:18 +0000 (00:22 +0100)
t/musicexpo-cache.t

index 6ed30460d779a905ff9dd5bbe29575799d080081..c7a115449da3e1221660eccbf7cb1e178626aa03 100644 (file)
@@ -33,7 +33,7 @@ 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 '', map { "\n$_" } @lines;
 
This page took 0.0101 seconds and 4 git commands to generate.