mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-18 08:43:37 +00:00
Merge branch 'main' into dev
This commit is contained in:
commit
9ce86f915c
2 changed files with 12 additions and 6 deletions
|
@ -4,6 +4,11 @@
|
|||
* Change requirements for pure py3
|
||||
|
||||
|
||||
### 3.27.5 (2023-02-16 18:30:00 UTC)
|
||||
|
||||
* Fix network for persons
|
||||
|
||||
|
||||
### 3.27.4 (2023-02-15 13:30:00 UTC)
|
||||
|
||||
* Fix updating with running virtualenv
|
||||
|
|
|
@ -523,6 +523,7 @@ class TvMaze(TVInfoBase):
|
|||
show.overview = clean_data(c.show.summary)
|
||||
show.status = clean_data(c.show.status)
|
||||
net = c.show.network or c.show.web_channel
|
||||
if net:
|
||||
show.network = clean_data(net.name)
|
||||
show.network_id = net.maze_id
|
||||
show.network_country = clean_data(net.country)
|
||||
|
|
Loading…
Reference in a new issue