plexflow 0.0.139__py3-none-any.whl → 0.0.140__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- plexflow/core/metadata/providers/tvdb/tv_datatypes.py +1 -1
- {plexflow-0.0.139.dist-info → plexflow-0.0.140.dist-info}/METADATA +1 -1
- {plexflow-0.0.139.dist-info → plexflow-0.0.140.dist-info}/RECORD +5 -5
- {plexflow-0.0.139.dist-info → plexflow-0.0.140.dist-info}/WHEEL +0 -0
- {plexflow-0.0.139.dist-info → plexflow-0.0.140.dist-info}/entry_points.txt +0 -0
@@ -549,6 +549,6 @@ class TvdbShow:
|
|
549
549
|
self.seasons = [Season(**season) if isinstance(season, dict) else season for season in self.seasons]
|
550
550
|
self.seasonTypes = [Type(**type) if isinstance(type, dict) else type for type in self.seasonTypes]
|
551
551
|
self.status = Status(**self.status) if isinstance(self.status, dict) else self.status
|
552
|
-
self.tags = [TagOption(**tag) if isinstance(tag, dict) else tag for tag in self.tags]
|
552
|
+
self.tags = [TagOption(**tag) if isinstance(tag, dict) else tag for tag in self.tags] if self.tags else []
|
553
553
|
self.trailers = [Trailer(**trailer) if isinstance(trailer, dict) else trailer for trailer in self.trailers]
|
554
554
|
self.translations = Translations(**self.translations) if isinstance(self.translations, dict) else self.translations
|
@@ -268,7 +268,7 @@ plexflow/core/metadata/providers/tvdb/__pycache__/tv_datatypes.cpython-312.pyc,s
|
|
268
268
|
plexflow/core/metadata/providers/tvdb/__pycache__/tvdb.cpython-311.pyc,sha256=6mwvU35PzhYMbjlW2zHLtu-MLzaVYnAqH6E_3tpQAzw,3555
|
269
269
|
plexflow/core/metadata/providers/tvdb/__pycache__/tvdb.cpython-312.pyc,sha256=bjv8zc2eFJWh-sVTn9Q0z4iZJAU4di2skmCsmqj8jzo,3184
|
270
270
|
plexflow/core/metadata/providers/tvdb/datatypes.py,sha256=lW5YfcBMuCIhkjrmqxvRE8qM4VEpI4duLen1J_pXakg,8327
|
271
|
-
plexflow/core/metadata/providers/tvdb/tv_datatypes.py,sha256=
|
271
|
+
plexflow/core/metadata/providers/tvdb/tv_datatypes.py,sha256=I-9PkOfH1UBxELPSYOAB6TdUonsCHX9eyBUppic2kts,25719
|
272
272
|
plexflow/core/metadata/providers/tvdb/tvdb.py,sha256=LnPHSjk-f45NMM4JIh5we0TvyzHYaUHzYi14XZYoquI,2105
|
273
273
|
plexflow/core/metadata/providers/universal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
274
274
|
plexflow/core/metadata/providers/universal/__pycache__/__init__.cpython-311.pyc,sha256=xQbFy5Gtt-AqH6-ESpgkoB_lpgb7o5wvqjU98HFPyQg,192
|
@@ -735,7 +735,7 @@ plexflow/utils/video/__pycache__/audio.cpython-312.pyc,sha256=kmzGDCHSC1hWyHwRut
|
|
735
735
|
plexflow/utils/video/__pycache__/subtitle.cpython-312.pyc,sha256=PCjpCLydGXaRsQy6cikhgsEs8WlComfOoYPiLFqfVMA,2515
|
736
736
|
plexflow/utils/video/audio.py,sha256=Pd8OuQHX2QN-lc5iYkB0Vo1OEHmTcvDYH-uKud1f1q4,5262
|
737
737
|
plexflow/utils/video/subtitle.py,sha256=qPvvBjlPj0fynJJvGJgGeKt9ey26R-cF6EoLaYt9iXU,1333
|
738
|
-
plexflow-0.0.
|
739
|
-
plexflow-0.0.
|
740
|
-
plexflow-0.0.
|
741
|
-
plexflow-0.0.
|
738
|
+
plexflow-0.0.140.dist-info/METADATA,sha256=27yq2pNtHNgLWCkYfnzdGNgCnHd_Abzl_oMDJ7c-nmo,2971
|
739
|
+
plexflow-0.0.140.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
740
|
+
plexflow-0.0.140.dist-info/entry_points.txt,sha256=9RJC3ikOQORHNOn573EdwJOBUnFU_4EGHbtNUM5pjjY,1557
|
741
|
+
plexflow-0.0.140.dist-info/RECORD,,
|
File without changes
|
File without changes
|