diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-02-04 01:29:18 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-02-04 01:29:18 +0900 |
| commit | f93edb7ade68588f4e2e7e05932b3266105ea91a (patch) | |
| tree | c188abcf7ec1563f13bdb00b947144b7218c6f44 /MediaBrowser.Controller/Session | |
| parent | 1bc8ca25421dd3b66a58e1ff0938ee7874d8448e (diff) | |
add code suggestions
Diffstat (limited to 'MediaBrowser.Controller/Session')
| -rw-r--r-- | MediaBrowser.Controller/Session/SessionInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Session/SessionInfo.cs b/MediaBrowser.Controller/Session/SessionInfo.cs index 7bc50eb41..cc5160d77 100644 --- a/MediaBrowser.Controller/Session/SessionInfo.cs +++ b/MediaBrowser.Controller/Session/SessionInfo.cs @@ -1,5 +1,6 @@ using System; using System.Linq; +using System.Text.Json.Serialization; using System.Threading; using MediaBrowser.Controller.Entities; using MediaBrowser.Model.Dto; @@ -124,6 +125,7 @@ namespace MediaBrowser.Controller.Session /// Gets or sets the session controller. /// </summary> /// <value>The session controller.</value> + [JsonIgnore] public ISessionController[] SessionControllers { get; set; } /// <summary> |
