mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 22:38:30 +01:00
rename MediaVersions to MediaSources
This commit is contained in:
@@ -37,11 +37,11 @@ namespace MediaBrowser.Controller.Entities
|
||||
}
|
||||
|
||||
[IgnoreDataMember]
|
||||
public int AlternateVersionCount
|
||||
public int MediaSourceCount
|
||||
{
|
||||
get
|
||||
{
|
||||
return LinkedAlternateVersions.Count + LocalAlternateVersionIds.Count;
|
||||
return LinkedAlternateVersions.Count + LocalAlternateVersionIds.Count + 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user