mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-19 21:54:15 +02:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
<img class="size-12" src={logo} alt="Media Manager Logo" />
|
||||
<div class="grid flex-1 text-left text-sm leading-tight">
|
||||
<span class="truncate font-semibold">Media Manager</span>
|
||||
<span class="truncate text-xs">v{PUBLIC_VERSION}</span>
|
||||
<span class="truncate text-xs">{PUBLIC_VERSION}</span>
|
||||
</div>
|
||||
</a>
|
||||
{/snippet}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
let url = new URL(apiUrl + `/movies/${movie.id}/torrents`);
|
||||
url.searchParams.append('public_indexer_result_id', result_id);
|
||||
if (filePathSuffix !== '') {
|
||||
url.searchParams.append('file_path_suffix', filePathSuffix);
|
||||
url.searchParams.append('override_file_path_suffix', filePathSuffix);
|
||||
}
|
||||
try {
|
||||
const response = await fetch(url, {
|
||||
|
||||
Reference in New Issue
Block a user