Version 3.1 InDev
This commit is contained in:
@@ -1,2 +1,11 @@
|
||||
let thisPackage = require('./package.json');
|
||||
module.exports = thisPackage.version;
|
||||
const LocalRadioPlayer = require('./LocalRadioPlayer');
|
||||
|
||||
/**
|
||||
* @returns {RadioPlayer}
|
||||
*
|
||||
* i tried to make the radio work as well, coldnt get it to work :(
|
||||
*/
|
||||
module.exports = function createRadio() {
|
||||
return new LocalRadioPlayer();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user