eplayer3: subtitle fixes

Origin commit data
------------------
Branch: master
Commit: e9be2bed37
Author: martii <m4rtii@gmx.de>
Date: 2013-04-01 (Mon, 01 Apr 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-04-01 11:57:36 +02:00
parent 2d0c0fb56e
commit 6a24970e79
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;