Files
mlib5/js/episode.js
2013-03-04 18:02:32 +01:00

13 lines
183 B
JavaScript

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
function Episiode(name) {
}
function getnextTrack() {
return null;
}