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

AddRemoveShowInUserList() public static méthode

public static AddRemoveShowInUserList ( TraktShowSummary show, bool remove ) : void
show TraktPlugin.TraktAPI.DataStructures.TraktShowSummary
remove bool
Résultat void
        public static void AddRemoveShowInUserList(TraktShowSummary show, bool remove)
        {
            AddRemoveShowInUserList(TraktSettings.Username, show.Title, show.Year, show.Ids.Tvdb, show.Ids.Imdb, show.Ids.Tmdb, show.Ids.Trakt, remove);
        }

Same methods

TraktHelper::AddRemoveShowInUserList ( string username, string title, int year, int tvdbid, string imdbid, int tmdbid, int traktid, bool remove ) : void
TraktHelper::AddRemoveShowInUserList ( string title, string year, string tvdbid, bool remove ) : void