commit
5570721dd8
10 changed files with 17 additions and 5 deletions
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
ko_fi: varken
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,7 +1,18 @@
|
|||
# Change Log
|
||||
|
||||
## [v1.7.0](https://github.com/Boerderij/Varken/tree/v1.7.0) (2019-05-05)
|
||||
[Full Changelog](https://github.com/Boerderij/Varken/compare/1.6.8...v1.7.0)
|
||||
## [v1.7.1](https://github.com/Boerderij/Varken/tree/v1.7.1) (2019-06-03)
|
||||
[Full Changelog](https://github.com/Boerderij/Varken/compare/1.7.0...v1.7.1)
|
||||
|
||||
**Fixed bugs:**
|
||||
|
||||
- \[BUG\] Sonarr Missing episodes column ordering is incorrect [\#133](https://github.com/Boerderij/Varken/pull/133) ([nicolerenee](https://github.com/nicolerenee))
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- v1.7.1 Merge [\#134](https://github.com/Boerderij/Varken/pull/134) ([DirtyCajunRice](https://github.com/DirtyCajunRice))
|
||||
|
||||
## [1.7.0](https://github.com/Boerderij/Varken/tree/1.7.0) (2019-05-06)
|
||||
[Full Changelog](https://github.com/Boerderij/Varken/compare/1.6.8...1.7.0)
|
||||
|
||||
**Implemented enhancements:**
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<p align="center">
|
||||
<img width="800" src="https://bin.cajun.pro/images/varken_full_banner.png" alt="Logo Banner">
|
||||
<img width="800" src="https://raw.githubusercontent.com/Boerderij/Varken/develop/assets/varken_full_banner.jpg" alt="Logo Banner">
|
||||
</p>
|
||||
|
||||
[](https://jenkins.cajun.pro/job/Varken/job/master/)
|
||||
|
|
BIN
assets/varken_full_banner.jpg
Normal file
BIN
assets/varken_full_banner.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
BIN
assets/varken_full_banner_transparent.png
Normal file
BIN
assets/varken_full_banner_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
BIN
assets/varken_head_only transparent.png
Normal file
BIN
assets/varken_head_only transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
assets/varken_head_only_primary_discord.png
Normal file
BIN
assets/varken_head_only_primary_discord.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
assets/varken_original.jpg
Normal file
BIN
assets/varken_original.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
|
@ -1,2 +1,2 @@
|
|||
VERSION = "1.7.0"
|
||||
VERSION = "1.7.1"
|
||||
BRANCH = 'master'
|
||||
|
|
|
@ -55,7 +55,7 @@ class SonarrAPI(object):
|
|||
downloaded = 0
|
||||
if query == "Missing":
|
||||
if not downloaded:
|
||||
missing.append((show.series['title'], downloaded, sxe, show.airDateUtc, show.title, show.id))
|
||||
missing.append((show.series['title'], downloaded, sxe, show.title, show.airDateUtc, show.id))
|
||||
else:
|
||||
air_days.append((show.series['title'], downloaded, sxe, show.title, show.airDateUtc, show.id))
|
||||
|
||||
|
|
Loading…
Reference in a new issue