mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[41] increase number of template checks
This commit is contained in:
parent
d683dd172f
commit
5cb384c6d0
2 changed files with 3 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.17.3-develop40
|
||||
1.17.3-develop41
|
||||
|
|
|
@ -318,8 +318,8 @@ class DataFile:
|
|||
return str(og_txt).replace(f"<<{var}>>", str(actual_value))
|
||||
else:
|
||||
return og_txt
|
||||
for i_check in range(6):
|
||||
if i_check == 2 or i_check == 4:
|
||||
for i_check in range(8):
|
||||
if i_check in [2, 4, 6]:
|
||||
for dm, dd in default.items():
|
||||
_data = scan_text(_data, dm, dd)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue