Got it to run, renamed some template stuff
Now onto the Jellyfin API, yay!
This commit is contained in:
@@ -11,10 +11,10 @@ DOCUMENTATION :: END
|
||||
|
||||
<%!
|
||||
import datetime
|
||||
import plexpy
|
||||
from plexpy import common, helpers
|
||||
import jellypy
|
||||
from jellypy import common, helpers
|
||||
|
||||
scheduled_jobs = [j.id for j in plexpy.SCHED.get_jobs()]
|
||||
scheduled_jobs = [j.id for j in jellypy.SCHED.get_jobs()]
|
||||
%>
|
||||
|
||||
<table class="config-scheduler-table small-muted">
|
||||
|
Reference in New Issue
Block a user