mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +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)
|
||||
exportSubscriptions?.setOnPreferenceClickListener {
|
||||
createFile.launch("application/json")
|
||||
createFile.launch("subscriptions.json")
|
||||
true
|
||||
}
|
||||
}
|
||||
|
@ -110,7 +110,7 @@ class ImportHelper(
|
||||
newPipeChannels += NewPipeSubscription(
|
||||
name = it.name,
|
||||
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