diff options
Diffstat (limited to 'src/player.c')
-rw-r--r-- | src/player.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.c b/src/player.c index 82f3101cd..814509307 100644 --- a/src/player.c +++ b/src/player.c @@ -419,6 +419,7 @@ void playerQueueUnlock() { } int playerSeek(FILE * fp, Song * song, float time) { + printf("seek called\n"); PlayerControl * pc = &(getPlayerData()->playerControl); char * file; int decodeType; |