Fix module import

This commit is contained in:
FoxxMD
2020-11-24 12:27:09 -05:00
parent 82f89b51ea
commit e50623c9d4
+1 -1
View File
@@ -1,5 +1,5 @@
import dayjs from "dayjs";
import PlexSource from "./PlexSource";
import PlexSource from "./PlexSource.js";
export default class TautulliSource extends PlexSource {