mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-18 20:24:20 +01:00
rename MediaVersions to MediaSources
This commit is contained in:
@@ -12,7 +12,7 @@ namespace MediaBrowser.Controller.Library
|
||||
public List<User> Users { get; set; }
|
||||
public long? PlaybackPositionTicks { get; set; }
|
||||
public BaseItem Item { get; set; }
|
||||
public string MediaVersionId { get; set; }
|
||||
public string MediaSourceId { get; set; }
|
||||
|
||||
public PlaybackProgressEventArgs()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user