Updated all imports to be relative to itself

This commit is contained in:
2022-08-16 01:15:36 +02:00
parent 3660e88acf
commit 7094aa2bb5
70 changed files with 1066 additions and 885 deletions

View File

@@ -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);