eplayer3: subtitle fixes

This commit is contained in:
martii
2013-04-01 11:57:36 +02:00
parent 0962c08e90
commit e9be2bed37
7 changed files with 24 additions and 10 deletions

View File

@@ -179,7 +179,7 @@ static int Command(void *_context, ManagerCmd_t command, void * argument) {
}
case MANAGER_LIST: {
#ifdef MARTII
container_ffmpeg_update_tracks(context, "current stream");
container_ffmpeg_update_tracks(context, context->playback->uri);
#endif
*((char***)argument) = (char **)ManagerList(context);
break;