mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-15 10:15:58 -07:00
fix: Improve sanitizing for trickplay (#158)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
ddb71ef835
commit
df7002d990
2 changed files with 9 additions and 3 deletions
|
|
@ -457,7 +457,7 @@ class SyncNotifier extends StateNotifier<SyncSettingsModel> {
|
|||
try {
|
||||
if (!skipDownload && currentTask.task == null) {
|
||||
final downloadTask = DownloadTask(
|
||||
url: downloadString,
|
||||
url: Uri.parse(downloadString).toString(),
|
||||
directory: syncItem.directory.path,
|
||||
filename: syncItem.videoFileName,
|
||||
updates: Updates.statusAndProgress,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue