TraktPlugin.TraktHelper.RemoveMovieFromWatchList C# (CSharp) Méthode

RemoveMovieFromWatchList() public static méthode

public static RemoveMovieFromWatchList ( TraktMovie movie, bool updateMovingPicturesFilters ) : void
movie TraktPlugin.TraktAPI.DataStructures.TraktMovie
updateMovingPicturesFilters bool
Résultat void
        public static void RemoveMovieFromWatchList(TraktMovie movie, bool updateMovingPicturesFilters)
        {
            RemoveMovieFromWatchList(movie.Title, movie.Year, movie.Ids.Imdb, movie.Ids.Tmdb, movie.Ids.Trakt, updateMovingPicturesFilters);
        }

Same methods

TraktHelper::RemoveMovieFromWatchList ( string title, int year, string imdbid, int tmdbid, bool updateMovingPicturesFilters ) : void
TraktHelper::RemoveMovieFromWatchList ( string title, int year, string imdbid, int tmdbid, int traktid, bool updatePluginFilters ) : void