mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-16 07:06:18 +00:00
add fixes for .net core
This commit is contained in:
@@ -67,7 +67,7 @@ namespace MediaBrowser.Model.Session
|
||||
/// <value>The position ticks.</value>
|
||||
public long? PositionTicks { get; set; }
|
||||
|
||||
public long? playbackStartTimeTicks { get; set; }
|
||||
public long? PlaybackStartTimeTicks { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the volume level.
|
||||
|
||||
Reference in New Issue
Block a user