mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fixed gitmerge.
This commit is contained in:
parent
67c480ad53
commit
cddc87e2af
@ -231,7 +231,7 @@ namespace Emby.Server.Implementations.Updates
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Don't add a package that doesn't have any compatible versions.
|
// Don't add a package that doesn't have any compatible versions.
|
||||||
if (package.versions.Count == 0)
|
if (package.Versions.Count == 0)
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user