Exemplo n.º 1
0
        public static bool StopTimeshift(ref TvControl.IUser me)
        {
            bool result = serverIntf.StopTimeShifting(ref me);

            timeshiftUrl = null;
            return(result);
        }