public void Init(string shoutText, bool isSpoiler, string traktSlug)
 {
     comment = shoutText;
     spoiler = isSpoiler;
     show = new TraktV2ShowPost();
     show.ids = new TraktV2ShowIdsPost();
     show.ids.slug = traktSlug;
 }
Exemple #2
0
 public void Init(string shoutText, bool isSpoiler, string traktSlug)
 {
     comment       = shoutText;
     spoiler       = isSpoiler;
     show          = new TraktV2ShowPost();
     show.ids      = new TraktV2ShowIdsPost();
     show.ids.slug = traktSlug;
 }