aboutsummaryrefslogtreecommitdiff
path: root/xbmc/application/Application.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/application/Application.h')
-rw-r--r--xbmc/application/Application.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/xbmc/application/Application.h b/xbmc/application/Application.h
index d31e591bcd..50b9fc4615 100644
--- a/xbmc/application/Application.h
+++ b/xbmc/application/Application.h
@@ -59,7 +59,7 @@ namespace MEDIA_DETECT
class CAutorun;
}
-namespace PLAYLIST
+namespace KODI::PLAYLIST
{
class CPlayList;
}
@@ -120,10 +120,10 @@ public:
int GetMessageMask() override;
void OnApplicationMessage(KODI::MESSAGING::ThreadMessage* pMsg) override;
- bool PlayMedia(CFileItem& item, const std::string& player, PLAYLIST::Id playlistId);
+ bool PlayMedia(CFileItem& item, const std::string& player, KODI::PLAYLIST::Id playlistId);
bool ProcessAndStartPlaylist(const std::string& strPlayList,
- PLAYLIST::CPlayList& playlist,
- PLAYLIST::Id playlistId,
+ KODI::PLAYLIST::CPlayList& playlist,
+ KODI::PLAYLIST::Id playlistId,
int track = 0);
bool PlayFile(CFileItem item,
const std::string& player,