mirror of
https://github.com/recloudstream/cloudstream.git
synced 2025-05-17 19:25:55 +08:00
Fix path for AsianDrama downloads (#1439)
This commit is contained in:
@ -643,7 +643,7 @@ class ResultViewModel2 : ViewModel() {
|
|||||||
TvType.Cartoon -> "Cartoons/$sanitizedFileName"
|
TvType.Cartoon -> "Cartoons/$sanitizedFileName"
|
||||||
TvType.Torrent -> "Torrent"
|
TvType.Torrent -> "Torrent"
|
||||||
TvType.Documentary -> "Documentaries"
|
TvType.Documentary -> "Documentaries"
|
||||||
TvType.AsianDrama -> "AsianDrama"
|
TvType.AsianDrama -> "AsianDrama/$sanitizedFileName"
|
||||||
TvType.Live -> "LiveStreams"
|
TvType.Live -> "LiveStreams"
|
||||||
TvType.NSFW -> "NSFW"
|
TvType.NSFW -> "NSFW"
|
||||||
TvType.Others -> "Others"
|
TvType.Others -> "Others"
|
||||||
|
Reference in New Issue
Block a user