(svn r23216) -Codechange: introduce the concept of having different tar lists

This commit is contained in:
rubidium
2011-11-14 21:28:43 +00:00
parent 1cd3dac854
commit 9bf2cb0e86
7 changed files with 61 additions and 48 deletions

View File

@@ -535,7 +535,7 @@ void ClientNetworkContentSocketHandler::AfterDownload()
if (this->curInfo->type == CONTENT_TYPE_BASE_MUSIC) {
/* Music can't be in a tar. So extract the tar! */
ExtractTar(GetFullFilename(this->curInfo, false));
ExtractTar(GetFullFilename(this->curInfo, false), GM_DIR);
unlink(GetFullFilename(this->curInfo, false));
}