summaryrefslogtreecommitdiffstats
path: root/src/components/AddFeed.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AddFeed.vue')
-rw-r--r--src/components/AddFeed.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/AddFeed.vue b/src/components/AddFeed.vue
index 6e0aac0a8..77f5e5b6e 100644
--- a/src/components/AddFeed.vue
+++ b/src/components/AddFeed.vue
@@ -151,6 +151,11 @@ export default Vue.extend({
|| (this.createNewFolder && (this.newFolderName === '' || this.folderNameExists())))
},
},
+ created() {
+ if (this.$route.query.subscribe_to) {
+ this.feedUrl = this.$route.query.subscribe_to as string
+ }
+ },
methods: {
/**
* Adds a New Feed via the Vuex Store