Skip to content

Commit

Permalink
bug fix - jiosaavn playlist in library not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKArya committed Nov 4, 2024
1 parent bc8b7b0 commit 350b91d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/screens/screen/library_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ class LibraryScreen extends StatelessWidget {
.source ==
"ytm"
? SourceEngine.eng_YTM
: (state.playlistsOnl[index] ==
: (state.playlistsOnl[index]
.source ==
'saavn'
? SourceEngine.eng_JIS
: SourceEngine.eng_YTV),
Expand Down

0 comments on commit 350b91d

Please sign in to comment.