integration/js/mediaplayer.js
changeset 82 e36c35fb4468
parent 65 60a1e58b0a08
child 104 1b84c7b2aeee
equal deleted inserted replaced
81:393e595cd1ac 82:e36c35fb4468
   123             });
   123             });
   124         });
   124         });
   125     
   125     
   126         content.trigger("set-current", media);
   126         content.trigger("set-current", media);
   127         
   127         
   128         $(".info-title a").text(media.title);
       
   129         $(".title-video-wrap .title-video").text(media.title);
       
   130         $(".info-duration td").text(media.duration.toString());
   128         $(".info-duration td").text(media.duration.toString());
   131         $(".info-description td").text(media.description);
   129         $(".info-description td").text(media.description);
   132         $(".info-tags td").text(media.keywords);
   130         $(".info-tags td").text(media.keywords);
   133         
   131         
   134     });
   132     });