Moved eveything related to the api to a seperate folder seasoned_api.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
const User = require('src/media_classes/user');
|
||||
|
||||
function convertStreamToUser(plexStream) {
|
||||
return new User(plexStream.id, plexStream.title);
|
||||
}
|
||||
|
||||
module.exports = convertStreamToUser;
|
||||
Reference in New Issue
Block a user