diff --git a/src/TUplayer.mxml b/src/TUplayer.mxml index 98470b9..6f84a0f 100644 --- a/src/TUplayer.mxml +++ b/src/TUplayer.mxml @@ -158,6 +158,7 @@ if (result) { curVid = null; curVid = new ArrayCollection(result); + vidContainer.title = curVid[0].artist + " - " + curVid[0].title; tvNS.play(curVid[0].file); } }