mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-13 01:56:58 -07:00
Fix Imgur database migration again
This commit is contained in:
parent
908dbc3243
commit
c3238b5a83
1 changed files with 2 additions and 2 deletions
|
@ -1723,8 +1723,8 @@ def dbcheck():
|
||||||
for row in result:
|
for row in result:
|
||||||
img_hash = notification_handler.set_hash_image_info(
|
img_hash = notification_handler.set_hash_image_info(
|
||||||
rating_key=row['rating_key'], width=1000, height=1500, fallback='poster')
|
rating_key=row['rating_key'], width=1000, height=1500, fallback='poster')
|
||||||
data_factory.set_img_info(img_hash=img_hash, imgur_title=row['poster_title'],
|
data_factory.set_img_info(img_hash=img_hash, img_title=row['poster_title'],
|
||||||
imgur_url=row['poster_url'], delete_hash=row['delete_hash'],
|
img_url=row['poster_url'], delete_hash=row['delete_hash'],
|
||||||
service='imgur')
|
service='imgur')
|
||||||
|
|
||||||
db.action('DROP TABLE poster_urls')
|
db.action('DROP TABLE poster_urls')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue