1
0
Fork 0

some proofs of runtime

This commit is contained in:
Xavier Fontanet 2024-07-23 15:34:32 +02:00
parent ed0b9d1728
commit b76dc0dee9
4 changed files with 13 additions and 1 deletions

View File

@ -20,3 +20,15 @@ So here is the trick!
4. Refresh the series related to the changes be reflected 4. Refresh the series related to the changes be reflected
This basically imitates the "correct" Sonarr behaviour, skipping the error. 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)

BIN
misc/episode.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 KiB

BIN
misc/run.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 KiB

BIN
misc/sonarAfter.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB