mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-31 02:30:01 -06:00
added logging to emby
This commit is contained in:
@@ -79,7 +79,7 @@ public class EmbyUpdater: Node
|
||||
args.Logger?.WLog("Failed to update Emby:" + updateResponse.body);
|
||||
return 2;
|
||||
}
|
||||
args.Logger?.DLog("Body response: " + (updateResponse.body ?? string.Empty));
|
||||
args.Logger?.ILog("Body response: " + (updateResponse.body ?? string.Empty));
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user