aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-10-13 09:06:30 -0400
committerBobby <[email protected]>2024-10-13 09:06:30 -0400
commita96009634e329c9d539afe005e9134ee66dbdfe6 (patch)
tree191e85f7ea4f7cd3713afa13e60e2129d1b4d599
parentb2a7486de2ea7f33b70ab88bc304b98e26c548ea (diff)
downloadyugen-a96009634e329c9d539afe005e9134ee66dbdfe6.tar.xz
yugen-a96009634e329c9d539afe005e9134ee66dbdfe6.zip
removed discord activity
-rw-r--r--watch/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch/urls.py b/watch/urls.py
index 4949d8b..467c128 100644
--- a/watch/urls.py
+++ b/watch/urls.py
@@ -9,7 +9,7 @@ urlpatterns = [
path('/<int:anime_id>/<int:episode>', views.watch, name='watch_episode'),
# path('/zid:<str:zid>', views.watch_via_zid, name='watch_via_zid'),
path('/update_watch_history', views.update_episode_watch_time, name='update_watch_history'),
- path('/clear_discord_status', views.clear_discord_status, name='clear_discord_status'),
+ # path('/clear_discord_status', views.clear_discord_status, name='clear_discord_status'),
path('/remove_anime_from_watchlist', views.remove_anime_from_watchlist, name='remove_anime_from_watchlist'),
# path('/malId:<int:mal_id>$zid:<str:zid>', views.watch_via_zid_mal_id, name='watch_via_zid_mal_id'), # if anilist id is not available
]