mirror of
https://github.com/gokadzev/Musify.git
synced 2025-05-17 22:46:05 +08:00
fix(library): fixed type switcher when creating a playlist
This commit is contained in:
@ -270,7 +270,7 @@ class _LibraryPageState extends State<LibraryPage> {
|
||||
children: [
|
||||
ElevatedButton(
|
||||
onPressed: () {
|
||||
setState(() {
|
||||
dialogSetState(() {
|
||||
isYouTubeMode = true;
|
||||
id = '';
|
||||
customPlaylistName = '';
|
||||
@ -289,7 +289,7 @@ class _LibraryPageState extends State<LibraryPage> {
|
||||
const SizedBox(width: 10),
|
||||
ElevatedButton(
|
||||
onPressed: () {
|
||||
setState(() {
|
||||
dialogSetState(() {
|
||||
isYouTubeMode = false;
|
||||
id = '';
|
||||
customPlaylistName = '';
|
||||
|
Reference in New Issue
Block a user