Skip to content

Commit

Permalink
4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTaylorLee committed Dec 6, 2024
1 parent 6f86202 commit 69a63a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/functions/Move-FileToMediaFolder.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ function Move-FileToMEDIAFolder {
}

#Output updated table entry into the log
Write-Output "info: Transcode or Remux results"
$query = "select * from movies where comment = `"$comment`""
Invoke-SqliteQuery -DataSource $DataSource -Query $query
$query = "select * from shows where comment = `"$comment`""
Expand Down

0 comments on commit 69a63a7

Please sign in to comment.