mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
update sync scripts
This commit is contained in:
@@ -101,13 +101,6 @@ namespace Emby.Server.Implementations.Devices
|
||||
{
|
||||
IEnumerable<DeviceInfo> devices = _repo.GetDevices().OrderByDescending(i => i.DateLastModified);
|
||||
|
||||
if (query.SupportsContentUploading.HasValue)
|
||||
{
|
||||
var val = query.SupportsContentUploading.Value;
|
||||
|
||||
devices = devices.Where(i => GetCapabilities(i.Id).SupportsContentUploading == val);
|
||||
}
|
||||
|
||||
if (query.SupportsSync.HasValue)
|
||||
{
|
||||
var val = query.SupportsSync.Value;
|
||||
|
||||
Reference in New Issue
Block a user