Updated all imports to be relative to itself
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const Show = require('src/plex/types/show');
|
||||
const Show = require("./types/show");
|
||||
|
||||
function convertPlexToShow(plexShow) {
|
||||
const show = new Show(plexShow.title, plexShow.year);
|
||||
|
||||
Reference in New Issue
Block a user