diff --git a/data/interfaces/newsletters/recently_added.html b/data/interfaces/newsletters/recently_added.html index 7feae318..d7b62450 100644 --- a/data/interfaces/newsletters/recently_added.html +++ b/data/interfaces/newsletters/recently_added.html @@ -1,4 +1,4 @@ -<% from notification_handler import PILLOW %> +<% from plexpy.notification_handler import PILLOW %> diff --git a/data/interfaces/newsletters/recently_added_master.html b/data/interfaces/newsletters/recently_added_master.html index 6d91ddb2..8088703c 100644 --- a/data/interfaces/newsletters/recently_added_master.html +++ b/data/interfaces/newsletters/recently_added_master.html @@ -1,4 +1,4 @@ -<% from notification_handler import PILLOW %> +<% from plexpy.notification_handler import PILLOW %>