rasmuslos / AmpFin

Native Jellyfin music player for iOS & iPadOS
Other
154 stars 11 forks source link

Add offline variants for sidebar selections #44

Closed gnattu closed 4 months ago

gnattu commented 4 months ago

With our new sidebar navigation approach, switching between online and offline views won't occur if you click on the sidebar with the same selection (e.g., from online albums to offline albums). The navigation link treats both as the same view with no data changes. To resolve this, add explicit offline variants to re-enable the navigation.

gnattu commented 4 months ago

P.S: now the TabView's searching is using wrong provider now

rasmuslos commented 4 months ago

Can you try again from the latest commit from the main branch? I noticed this too yesterday and updated the id modifier. Afterwards it was working again.

gnattu commented 4 months ago

Yes, it is now working

rasmuslos commented 4 months ago

Great! The search is broken because I forgot to add the environment modifier, will be easy to fix