mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
add sports and kids recording categories
This commit is contained in:
@@ -240,9 +240,9 @@ namespace MediaBrowser.ServerApplication.Native
|
||||
{
|
||||
var data = process.StandardOutput.ReadToEnd() ?? string.Empty;
|
||||
|
||||
//_logger.Debug("Found windows firewall rule: " + data);
|
||||
if (data.IndexOf("Block", StringComparison.OrdinalIgnoreCase) != -1)
|
||||
{
|
||||
_logger.Info("Found windows firewall rule: " + data);
|
||||
return Confirm();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user