Merge pull request #17327 from Shadowghost/remove-playbackpositionticks-mediasourceinfo

Remove PlaybackPositionTicks from MediaSourceInfo
This commit is contained in:
Bond-009
2026-07-17 22:21:21 +02:00
committed by GitHub
3 changed files with 7 additions and 28 deletions
@@ -55,11 +55,6 @@ namespace MediaBrowser.Model.Dto
public long? RunTimeTicks { get; set; }
/// <summary>
/// Gets or sets the playback position for this specific source.
/// </summary>
public long? PlaybackPositionTicks { get; set; }
public bool ReadAtNativeFramerate { get; set; }
public bool IgnoreDts { get; set; }