Skip to content

Commit

Permalink
Refixed In History Poster link
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertDisc authored Nov 14, 2023
1 parent cceee71 commit 21f1aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pattrmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def settings(self):
self.meta['collections'][self.collection_title]['visible_shared'] = 'true'
self.meta['collections'][self.collection_title]['collection_order'] = 'custom'
self.meta['collections'][self.collection_title]['sync_mode'] = 'sync'
self.meta['collections'][self.collection_title]['url_poster'] = 'https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/chart/This%20' + self.range.capitalize() + '%20in%20History.jpg'
self.meta['collections'][self.collection_title]['url_poster'] = 'https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/chart/This%20' + self.range.capitalize() + '%20in%20History.jpg'
self.meta['collections'][self.collection_title].update(options)
except Exception as e:
Expand Down

0 comments on commit 21f1aa8

Please sign in to comment.