diff --git a/README.md b/README.md index 93fa916..805cc7c 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,16 @@ So here is the trick! 3. Clean from queue the elements fixed successfully 4. Refresh the series related to the changes be reflected -This basically imitates the "correct" Sonarr behaviour, skipping the error. \ No newline at end of file +This basically imitates the "correct" Sonarr behaviour, skipping the error. +# Result +Here is an example execution: +![image](misc/run.png) + +We can see in the logs that it seems the things have went well. +If I check the Sonarr queue, the warning has gone: + +![image](misc/sonarAfter.png) + +And if we check the TV show detail, we see that now a recognized episode appears (the one related with the download), showing its filesystem fingerprint. + +![image](misc/episode.png) \ No newline at end of file diff --git a/misc/episode.png b/misc/episode.png new file mode 100644 index 0000000..f98c4fc Binary files /dev/null and b/misc/episode.png differ diff --git a/misc/run.png b/misc/run.png new file mode 100644 index 0000000..9b47b9d Binary files /dev/null and b/misc/run.png differ diff --git a/misc/sonarAfter.png b/misc/sonarAfter.png new file mode 100644 index 0000000..c62df92 Binary files /dev/null and b/misc/sonarAfter.png differ