We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27138fe commit fdc1bd3Copy full SHA for fdc1bd3
1 file changed
src/modules/_plugin/plugin.service.ts
@@ -126,6 +126,10 @@ export class PluginService {
126
[...(pluginData.torrentBlocker.includeRuleTags ?? [])].sort(),
127
);
128
129
+ this.logger.log(
130
+ `[PLUGIN] Torrent-Blocker: oldTagsHash=${oldTagsHash}, newTagsHash=${newTagsHash}`,
131
+ );
132
+
133
if (oldTagsHash !== newTagsHash) {
134
await this.commandBus.execute(
135
new StopXrayCommand({
0 commit comments