mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
update translations
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using MediaBrowser.Model.Connect;
|
||||
using System.Collections.Generic;
|
||||
using MediaBrowser.Model.Connect;
|
||||
using MediaBrowser.Model.Dto;
|
||||
using MediaBrowser.Model.Events;
|
||||
using System;
|
||||
@@ -86,5 +87,11 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// <param name="pin">The pin.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task ExchangePin(PinCreationResult pin);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the available servers.
|
||||
/// </summary>
|
||||
/// <param name="cancellationToken">The cancellation token.</param>
|
||||
Task<List<ServerInfo>> GetAvailableServers(CancellationToken cancellationToken);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,7 +17,6 @@ namespace MediaBrowser.Model.ApiClient
|
||||
public ServerInfo()
|
||||
{
|
||||
WakeOnLanInfos = new List<WakeOnLanInfo>();
|
||||
LocalAddress = "http://localhost:8096";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user