add at least one playlist tab at startup

This commit is contained in:
John Maguire 2010-03-06 14:35:06 +00:00
parent 1ad24804cc
commit 28f4b4de0b
1 changed files with 2 additions and 0 deletions

View File

@ -306,6 +306,8 @@ MainWindow::MainWindow(QNetworkAccessManager* network, QWidget *parent)
}
library_->StartThreads();
NewPlaylist();
}
MainWindow::~MainWindow() {