remove PlaybackPositionTicks from MediaSourceInfo

This commit is contained in:
Shadowghost
2026-07-14 10:05:32 +02:00
parent cfeaef6180
commit b8bac71270
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; }