diff --git a/addon.xml b/addon.xml index 1393189..a93e06e 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/changelog.txt b/changelog.txt index 1a191bf..deea4c8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -31,3 +31,5 @@ v1.1.0 - get season and episode number of video from title - add option to remove season and episode number from title - add thumbnail as poster image for videos +v1.1.1 +no changes in functionallity diff --git a/resources/__init__.py b/resources/__init__.py index e69de29..b93054b 100644 --- a/resources/__init__.py +++ b/resources/__init__.py @@ -0,0 +1 @@ +# Dummy file to make this directory a package. diff --git a/resources/lib/__init__.py b/resources/lib/__init__.py index e69de29..b93054b 100644 --- a/resources/lib/__init__.py +++ b/resources/lib/__init__.py @@ -0,0 +1 @@ +# Dummy file to make this directory a package.