diff --git a/README.md b/README.md index 2209aa1..af6f827 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The podcasts search engine is powered by [ListenNotes](https://listennotes.com). * Dark mode / Accent color * Download for offline play * Auto download new episodes / Auto delete outdated downloads +* Settings backup More to come... @@ -84,7 +85,7 @@ UI src ├──home ├──home.dart [Homepage] - ├──addpodcast.dart [Search Page] + ├──searc_podcast.dart [Search Page] ├──playlist.dart [Playlist Page] ├──podcasts ├──podcast_manage.dart [Group Page] @@ -102,7 +103,6 @@ src ├──podcast_group.dart [Podcast Groups] ├──refresh_podcast.dart [Episode Refresh] ├──setting_state.dart [Setting] - ├──subscribe_podcast.dart [Podcast Subscribe] ``` ## Known Issue diff --git a/lib/home/home.dart b/lib/home/home.dart index fdec703..5026860 100644 --- a/lib/home/home.dart +++ b/lib/home/home.dart @@ -24,7 +24,7 @@ import '../state/setting_state.dart'; import 'playlist.dart'; import 'import_ompl.dart'; import 'audioplayer.dart'; -import 'addpodcast.dart'; +import 'search_podcast.dart'; import 'home_menu.dart'; import 'home_groups.dart'; import 'download_list.dart'; diff --git a/lib/home/addpodcast.dart b/lib/home/search_podcast.dart similarity index 100% rename from lib/home/addpodcast.dart rename to lib/home/search_podcast.dart