فهرست منبع

[videos] Fix error looking up TV shows

Colin Powell 9 ماه پیش
والد
کامیت
3d62a6a227
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      vrobbler/apps/videos/utils.py

+ 0 - 2
vrobbler/apps/videos/utils.py

@@ -45,8 +45,6 @@ def get_or_create_video(data_dict: dict, post_keys: dict, force_update=False):
 
         series_name = video_dict.pop("series_name", None)
         if series_name:
-
-            series_name = video_dict.pop("series_name")
             series, series_created = Series.objects.get_or_create(
                 name=series_name
             )