Skip to content

Commit

Permalink
Resolve missing slash to separate directory to file content
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadasu committed Jan 3, 2025
1 parent 8a7ef2e commit 2658b7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/common_movie.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
]
def db_src = db_map[db_name]
def fixed_id = db_name == "IMDb" ? "tt${id}" : id
" [${db_src}-${fixed_id}]/" */
" [${db_src}-${fixed_id}]" */
}
{"/"}
@./filename_movie.groovy

0 comments on commit 2658b7f

Please sign in to comment.