perverzija fixed

This commit is contained in:
Simon
2026-06-23 11:31:16 +00:00
parent 4dcdf5e8d1
commit 228fdf7a21
2 changed files with 9 additions and 4 deletions

View File

@@ -512,10 +512,15 @@ impl PerverzijaProvider {
}
}
}
let page_url = if id_url.is_empty() {
url_str.clone()
} else {
id_url.clone()
};
let mut video_item = VideoItem::new(
id,
title,
url_str.clone(),
page_url,
"perverzija".to_string(),
thumb,
duration,
@@ -622,7 +627,7 @@ impl PerverzijaProvider {
let mut video_item = VideoItem::new(
id,
title,
url_str.clone(),
lookup_url.clone(),
"perverzija".to_string(),
thumb,
duration,
@@ -795,7 +800,7 @@ impl PerverzijaProvider {
let mut video_item = VideoItem::new(
id,
title,
url_str.clone(),
lookup_url.clone(),
"perverzija".to_string(),
thumb,
duration,