Skip to content

Commit

Permalink
Fix shows_dir path trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
iben12 committed Oct 11, 2017
1 parent 3a8de2c commit 8fab077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.php.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ return [
"endpoint" => "/transmission/rpc",
"username" =>"username",
"password" =>"password",
"shows_dir" => "/path/to/tv-shows/folder"
"shows_dir" => "/path/to/tv-shows/folder/" // trailing slash is important!
],
"orm" => [
"databases" => [
Expand Down

0 comments on commit 8fab077

Please sign in to comment.