mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Minor fixes
This commit is contained in:
parent
46f67c9ea4
commit
ae6eaa7f02
4 changed files with 20 additions and 24 deletions
|
|
@ -144,7 +144,7 @@ namespace MediaBrowser.Model.Dlna
|
|||
|
||||
public Dictionary<string, string> StreamOptions { get; private set; }
|
||||
|
||||
public string MediaSourceId => MediaSource == null ? null : MediaSource.Id;
|
||||
public string MediaSourceId => MediaSource?.Id;
|
||||
|
||||
public bool IsDirectStream =>
|
||||
PlayMethod == PlayMethod.DirectStream ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue