public static bool StopTimeshift(ref TvControl.IUser me)
        {
            bool result = serverIntf.StopTimeShifting(ref me);

            timeshiftUrl = null;
            return(result);
        }