private void ClearProperties()
        {
            GUICommon.SetProperty("#Trakt.Episode.WatchList.Inserted", string.Empty);

            GUICommon.ClearShowProperties();
            GUICommon.ClearEpisodeProperties();
        }
Exemplo n.º 2
0
 private void ClearProperties()
 {
     GUICommon.ClearMovieProperties();
     GUICommon.ClearShowProperties();
     GUICommon.ClearSeasonProperties();
     GUICommon.ClearEpisodeProperties();
 }
 private void ClearProperties()
 {
     GUIUtils.SetProperty("#Trakt.Episode.WatchedDate", string.Empty);
     GUIUtils.SetProperty("#Trakt.Episode.Action", string.Empty);
     GUICommon.ClearEpisodeProperties();
     GUICommon.ClearShowProperties();
 }
Exemplo n.º 4
0
        private void ClearProperties()
        {
            GUIUtils.SetProperty("#Trakt.Calendar.Selected.Date", string.Empty);
            GUIUtils.SetProperty("#selectedindex", string.Empty);

            GUICommon.ClearShowProperties();
            GUICommon.ClearEpisodeProperties();
        }
Exemplo n.º 5
0
        private void ClearProperties()
        {
            GUIUtils.SetProperty("#Trakt.Person.Show.CreditValue", string.Empty);
            GUIUtils.SetProperty("#Trakt.Person.Show.CreditType", string.Empty);

            GUICommon.ClearPersonProperties();
            GUICommon.ClearShowProperties();
        }
Exemplo n.º 6
0
        private void ClearProperties()
        {
            GUIUtils.SetProperty("#Trakt.Trending.PeopleCount", string.Empty);
            GUIUtils.SetProperty("#Trakt.Trending.Description", string.Empty);

            GUIUtils.SetProperty("#Trakt.Show.Watchers", string.Empty);
            GUIUtils.SetProperty("#Trakt.Show.Watchers.Extra", string.Empty);
            GUICommon.ClearShowProperties();
        }
        private void ClearProperties(bool showsOnly = false)
        {
            if (!showsOnly)
            {
                GUIUtils.SetProperty("#Trakt.Anticipated.CurrentPage", string.Empty);
                GUIUtils.SetProperty("#Trakt.Anticipated.TotalPages", string.Empty);
            }

            GUIUtils.SetProperty("#Trakt.Show.ListCount", string.Empty);
            GUIUtils.SetProperty("#Trakt.Show.ListCount.Extra", string.Empty);

            GUICommon.ClearShowProperties();
        }
Exemplo n.º 8
0
        private void ClearProperties()
        {
            GUIUtils.SetProperty("#Trakt.Shout.Type", string.Empty);
            GUIUtils.SetProperty("#Trakt.Shout.Date", string.Empty);

            GUIUtils.SetProperty("#Trakt.Shout.Text", string.Empty);
            GUIUtils.SetProperty("#Trakt.Shout.Spoiler", string.Empty);
            GUIUtils.SetProperty("#Trakt.Shout.Review", string.Empty);

            GUICommon.ClearMovieProperties();
            GUICommon.ClearShowProperties();
            GUICommon.ClearEpisodeProperties();
            GUICommon.ClearUserProperties();
        }
        private void ClearProperties(bool showsOnly = false)
        {
            if (!showsOnly)
            {
                GUIUtils.SetProperty("#Trakt.Popular.PeopleCount", string.Empty);
                GUIUtils.SetProperty("#Trakt.Popular.Description", string.Empty);
                GUIUtils.SetProperty("#Trakt.Popular.CurrentPage", string.Empty);
                GUIUtils.SetProperty("#Trakt.Popular.TotalPages", string.Empty);
            }

            GUIUtils.SetProperty("#Trakt.Show.Watchers", string.Empty);
            GUIUtils.SetProperty("#Trakt.Show.Watchers.Extra", string.Empty);

            GUICommon.ClearShowProperties();
        }
Exemplo n.º 10
0
 private void ClearProperties()
 {
     GUIUtils.SetProperty("#Trakt.Show.WatchList.Inserted", string.Empty);
     GUICommon.ClearShowProperties();
 }
Exemplo n.º 11
0
 private void ClearProperties()
 {
     GUIUtils.SetProperty("#Trakt.Search.SearchTerm", string.Empty);
     GUICommon.ClearShowProperties();
     GUICommon.ClearEpisodeProperties();
 }
Exemplo n.º 12
0
 private void ClearProperties()
 {
     GUIUtils.SetProperty("#Trakt.Related.Show", string.Empty);
     GUICommon.ClearShowProperties();
 }
 private void ClearProperties()
 {
     GUICommon.ClearShowProperties();
     GUICommon.ClearSeasonProperties();
 }