mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
fixes
This commit is contained in:
parent
3d71d3f2f1
commit
ac955d8377
@ -152,7 +152,7 @@ class InstanceSettings : PreferenceFragmentCompat() {
|
|||||||
|
|
||||||
val exportSubscriptions = findPreference<Preference>(PreferenceKeys.EXPORT_SUBS)
|
val exportSubscriptions = findPreference<Preference>(PreferenceKeys.EXPORT_SUBS)
|
||||||
exportSubscriptions?.setOnPreferenceClickListener {
|
exportSubscriptions?.setOnPreferenceClickListener {
|
||||||
createFile.launch("application/json")
|
createFile.launch("subscriptions.json")
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -110,7 +110,7 @@ class ImportHelper(
|
|||||||
newPipeChannels += NewPipeSubscription(
|
newPipeChannels += NewPipeSubscription(
|
||||||
name = it.name,
|
name = it.name,
|
||||||
service_id = 0,
|
service_id = 0,
|
||||||
url = "https://youtube.com/channel/" + it.url
|
url = "https://youtube.com" + it.url
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user