public void IncrementEpisodeStats(StatCountType statCountType)
 {
     VM_ShokoServer.Instance.ShokoServices.IncrementEpisodeStats(AnimeEpisodeID, VM_ShokoServer.Instance.CurrentUser.JMMUserID,
                                                                 (int)statCountType);
 }
示例#2
0
 public void IncrementEpisodeStats(StatCountType statCountType)
 {
     JMMServerVM.Instance.clientBinaryHTTP.IncrementEpisodeStats(this.AnimeEpisodeID, JMMServerVM.Instance.CurrentUser.JMMUserID,
         (int)statCountType);
 }
示例#3
0
 public void IncrementEpisodeStats(StatCountType statCountType)
 {
     JMMServerVM.Instance.clientBinaryHTTP.IncrementEpisodeStats(this.AnimeEpisodeID, JMMServerVM.Instance.CurrentUser.JMMUserID,
                                                                 (int)statCountType);
 }