regeszter's custom MP (1 Viewer)

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Looking at commit log when testing the merge :
    C#:
    /// Get, Set TimeshiftPosition for placeshift
        /// </summary>
        public double TimeshiftPosition
        {
          get { return _TimeshiftPosition; }
          set { _TimeshiftPosition = value; }
        }

    So maybe I have already merged the code :)
     

    Users who are viewing this thread

    Top Bottom