Skip to content

Commit

Permalink
Fix shuffle routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxocube committed Jan 4, 2025
1 parent 63d5675 commit d481913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MediaFeeder/MediaFeeder/Components/Pages/Shuffle.razor
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@page "/shuffle"

@page "/ajax/get_video_shuffle/subscription/{folderId:int}"
@page "/folder/{folderId:int}"
@page "/folder/{folderId:int}/shuffle"

@page "/ajax/get_video_shuffle/folder/{subscriptionId:int}"
@page "/subscription/{subscriptionId:int}/shuffle"
Expand Down

0 comments on commit d481913

Please sign in to comment.