fix(library): fixed type switcher when creating a playlist

This commit is contained in:
Valeri Gokadze
2025-05-06 09:52:40 +04:00
parent e4fb3fd49f
commit f60a30d21b

View File

@ -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 = '';