diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbAccount.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbAccount.java index e713cdc4f..4249db340 100644 --- a/src/main/java/com/omertron/themoviedbapi/methods/TmdbAccount.java +++ b/src/main/java/com/omertron/themoviedbapi/methods/TmdbAccount.java @@ -77,11 +77,6 @@ public class TmdbAccount extends AbstractMethod { } } - /* - /account/{id}/watchlist/movies Get the list of movies on an accounts watchlist - /account/{id}/watchlist/tv Get the list of TV series on an accounts watchlist - /account/{id}/watchlist Add or remove a movie to an accounts watch list - */ /** * Get all lists of a given user * diff --git a/src/main/java/com/omertron/themoviedbapi/methods/TmdbTV.java b/src/main/java/com/omertron/themoviedbapi/methods/TmdbTv2.java similarity index 100% rename from src/main/java/com/omertron/themoviedbapi/methods/TmdbTV.java rename to src/main/java/com/omertron/themoviedbapi/methods/TmdbTv2.java