Fix playback of local files by inbuilt HTTP server.

BUG 554
This commit is contained in:
craig.p.drummond
2014-10-03 18:10:11 +00:00
parent 8f732cf434
commit 5f6bf689a2
4 changed files with 3 additions and 9 deletions

View File

@@ -80,7 +80,6 @@ private:
private Q_SLOTS:
void stop();
void startCloseTimer();
void mpdAddress(const QString &a);
void cantataStreams(const QStringList &files);
void cantataStreams(const QList<Song> &songs, bool isUpdate);
void removedIds(const QSet<qint32> &ids);
@@ -93,7 +92,6 @@ private:
Thread *thread;
HttpSocket *socket;
QString mpdAddr;
QSet<qint32> streamIds; // Currently playing MPD stream IDs
QTimer *closeTimer;
#endif