mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 10:40:24 +01:00
ReSharper conform to 'var' settings
This commit is contained in:
@@ -17,14 +17,14 @@ namespace Rssdp.Infrastructure
|
||||
/// Adds a device (and it's children) to the list of devices being published by this server, making them discoverable to SSDP clients.
|
||||
/// </summary>
|
||||
/// <param name="device">The <see cref="SsdpRootDevice"/> instance to add.</param>
|
||||
/// <returns>An awaitable <see cref="System.Threading.Tasks.Task"/>.</returns>
|
||||
/// <returns>An awaitable <see cref="Task"/>.</returns>
|
||||
void AddDevice(SsdpRootDevice device);
|
||||
|
||||
/// <summary>
|
||||
/// Removes a device (and it's children) from the list of devices being published by this server, making them undiscoverable.
|
||||
/// </summary>
|
||||
/// <param name="device">The <see cref="SsdpRootDevice"/> instance to add.</param>
|
||||
/// <returns>An awaitable <see cref="System.Threading.Tasks.Task"/>.</returns>
|
||||
/// <returns>An awaitable <see cref="Task"/>.</returns>
|
||||
Task RemoveDevice(SsdpRootDevice device);
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user