diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 1e77dc2fd..993168a93 100644 --- a/src/main.c +++ b/src/main.c @@ -432,7 +432,7 @@ int main(int argc, char *argv[]) openVolumeDevice(); decoderInit(&getPlayerData()->decoderControl); - playerInit(&getPlayerData()->playerControl); + playerInit(); read_state_file(); while (COMMAND_RETURN_KILL != doIOForInterfaces() && |