mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 10:00:53 +01:00
remove trailing whitespace
This commit is contained in:
@@ -225,7 +225,7 @@ namespace MediaBrowser.Api
|
||||
{
|
||||
var pkg = packages.FirstOrDefault(i => !string.IsNullOrWhiteSpace(i.guid) && new Guid(plugin.Id).Equals(new Guid(i.guid)));
|
||||
return pkg != null && pkg.enableInAppStore;
|
||||
|
||||
|
||||
})
|
||||
.ToArray();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user