diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/player.h b/src/player.h index 75bc71edf..31560fb3b 100644 --- a/src/player.h +++ b/src/player.h @@ -66,8 +66,8 @@ typedef struct _PlayerControl { volatile float totalTime; volatile float elapsedTime; volatile float fileTime; - char file[MAXPATHLEN+1]; - char erroredFile[MAXPATHLEN+1]; + char utf8url[MAXPATHLEN+1]; + char erroredUrl[MAXPATHLEN+1]; volatile mpd_sint8 queueState; volatile mpd_sint8 queueLockState; volatile mpd_sint8 lockQueue; @@ -145,5 +145,7 @@ int getPlayerChannels(); void playerCycleLogFiles(); +Song * playerCurrentDecodeSong(); + #endif /* vim:set shiftwidth=4 tabstop=8 expandtab: */ |