mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-26 20:14:45 +01:00
ReSharper conform to 'var' settings
This commit is contained in:
@@ -185,7 +185,7 @@ namespace Rssdp.Infrastructure
|
||||
/// <seealso cref="StopListeningForNotifications"/>
|
||||
/// <seealso cref="DeviceAvailable"/>
|
||||
/// <seealso cref="DeviceUnavailable"/>
|
||||
/// <exception cref="System.ObjectDisposedException">Throw if the <see cref="DisposableManagedObjectBase.IsDisposed"/> ty is true.</exception>
|
||||
/// <exception cref="ObjectDisposedException">Throw if the <see cref="DisposableManagedObjectBase.IsDisposed"/> ty is true.</exception>
|
||||
public void StartListeningForNotifications()
|
||||
{
|
||||
ThrowIfDisposed();
|
||||
@@ -204,7 +204,7 @@ namespace Rssdp.Infrastructure
|
||||
/// <seealso cref="StartListeningForNotifications"/>
|
||||
/// <seealso cref="DeviceAvailable"/>
|
||||
/// <seealso cref="DeviceUnavailable"/>
|
||||
/// <exception cref="System.ObjectDisposedException">Throw if the <see cref="DisposableManagedObjectBase.IsDisposed"/> property is true.</exception>
|
||||
/// <exception cref="ObjectDisposedException">Throw if the <see cref="DisposableManagedObjectBase.IsDisposed"/> property is true.</exception>
|
||||
public void StopListeningForNotifications()
|
||||
{
|
||||
ThrowIfDisposed();
|
||||
|
||||
Reference in New Issue
Block a user