diff options
| author | Nyanmisaka <nst799610810@gmail.com> | 2020-07-27 13:57:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-27 13:57:40 +0800 |
| commit | df6b303da79864dfe0feaf972a9fc3ae5bec3413 (patch) | |
| tree | b54e6b3c216393bbec16a346b3bf9baa08d940c1 /Emby.Server.Implementations/Session/SessionManager.cs | |
| parent | 95b961c8647b9db98d52631561cfc98224b905f7 (diff) | |
| parent | d7287a05ad939b27b1107d748c623ebe8dfe6a25 (diff) | |
Merge branch 'master' into tonemap
Diffstat (limited to 'Emby.Server.Implementations/Session/SessionManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Session/SessionManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Session/SessionManager.cs b/Emby.Server.Implementations/Session/SessionManager.cs index ca9f95c70..862a7296c 100644 --- a/Emby.Server.Implementations/Session/SessionManager.cs +++ b/Emby.Server.Implementations/Session/SessionManager.cs @@ -848,8 +848,8 @@ namespace Emby.Server.Implementations.Session /// </summary> /// <param name="info">The info.</param> /// <returns>Task.</returns> - /// <exception cref="ArgumentNullException">info</exception> - /// <exception cref="ArgumentOutOfRangeException">positionTicks</exception> + /// <exception cref="ArgumentNullException"><c>info</c> is <c>null</c>.</exception> + /// <exception cref="ArgumentOutOfRangeException"><c>info.PositionTicks</c> is <c>null</c> or negative.</exception> public async Task OnPlaybackStopped(PlaybackStopInfo info) { CheckDisposed(); |
