Added parameters column to sites database, fixes Perv City scraper. Getting shoot ID from all existing scrapers.
This commit is contained in:
@@ -47,7 +47,8 @@ function renderReleases(scenes, screen) {
|
||||
},
|
||||
top: 1,
|
||||
height: screen.rows - 3,
|
||||
width: 161,
|
||||
// width: 161,
|
||||
width: config.columns.reduce((acc, column) => acc + column.width, 0),
|
||||
keys: true,
|
||||
vi: true,
|
||||
mouse: true,
|
||||
|
||||
Reference in New Issue
Block a user