diff --git a/files/helpers/media.py b/files/helpers/media.py index 955f8b4f7..0395cfcca 100644 --- a/files/helpers/media.py +++ b/files/helpers/media.py @@ -329,7 +329,6 @@ def process_badge_entry(oldname, v, comment_body): if SITE == 'watchpeopledie.tv': from rclone_python import rclone def rclone_copy(filename): - if SITE == 'watchpeopledie.tv' and g.v and g.v.username.lower().startswith("icosaka"): return rclone.copy(filename, 'no:/videos', ignore_existing=True, show_progress=False) def rclone_delete(path): params = ("rclone", "deletefile", path)