diff --git a/ocelot-0.2-alpha.tar.gz b/ocelot-0.2-alpha.tar.gz deleted file mode 100644 index 54747e7b..00000000 Binary files a/ocelot-0.2-alpha.tar.gz and /dev/null differ diff --git a/ocelot-0.3.tar.bz2 b/ocelot-0.3.tar.bz2 new file mode 100644 index 00000000..81024272 Binary files /dev/null and b/ocelot-0.3.tar.bz2 differ diff --git a/sections/better/transcode.php b/sections/better/transcode.php index 3c4c5252..05798a67 100644 --- a/sections/better/transcode.php +++ b/sections/better/transcode.php @@ -93,7 +93,8 @@ $Data) { - list($Artists, $GroupCatalogueNumber, $GroupID2, $GroupName, $GroupRecordLabel, $ReleaseType, $TagList, $Torrents, $GroupVanityHouse, $GroupYear, $CategoryID, $FreeTorrent, $HasCue, $HasLog, $TotalLeechers, $LogScore, $ReleaseType, $ReleaseType, $TotalSeeders, $MaxSize, $TotalSnatched, $GroupTime) = array_values($Data); +$Debug->log_var($Data); + list($Artists, $GroupCatalogueNumber, $ExtendedArtists, $GroupID2, $GroupName, $GroupRecordLabel, $ReleaseType, $TagList, $Torrents, $GroupVanityHouse, $GroupYear, $CategoryID, $FreeTorrent, $HasCue, $HasLog, $TotalLeechers, $LogScore, $ReleaseType, $ReleaseType, $TotalSeeders, $MaxSize, $TotalSnatched, $GroupTime) = array_values($Data); $DisplayName = ''; if(count($Artists)>0) { diff --git a/sections/bookmarks/torrents.php b/sections/bookmarks/torrents.php index 7f4b6cfa..a334341d 100644 --- a/sections/bookmarks/torrents.php +++ b/sections/bookmarks/torrents.php @@ -1,4 +1,5 @@