mteamtp: fix titles #7824

This commit is contained in:
Garfield69 2020-03-24 19:16:24 +13:00
parent 684b664aa7
commit f3c35b2d6f
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@
fields:
title: # shortened for long release names
selector: a[href^="details.php?id="]
selector: a[href^="details.php?id="] > b
title:
optional: true # not available if IMDB tooltips are turned on
selector: a[title][href^="details.php?id="]

View File

@ -123,7 +123,7 @@
fields:
title: # shortened for long release names
selector: a[href^="details.php?id="]
selector: a[href^="details.php?id="] > b
title:
optional: true # not available if IMDB tooltips are turned on
selector: a[title][href^="details.php?id="]