diff options
Diffstat (limited to 'playerwidget.h')
-rw-r--r-- | playerwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playerwidget.h b/playerwidget.h index aeace26..2c95344 100644 --- a/playerwidget.h +++ b/playerwidget.h @@ -156,6 +156,7 @@ class PlayerWidget : public QWidget { QStackedLayout *mSearchDirStack; WebDownloader *mWebDownloader; QMap<QString, QVariant> mOtherMeta; + bool mIsStream; }; #endif // PLAYERWIDGET_H |