-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Folders not shown #955
Comments
Thanks for the report. If you fetch the URL |
This is what it shows: Only posted the albums with empty trakcids ( i think thats the problem...) |
The problem is probably now the very last array entry |
|
In case the oc_filecache table would contain some invalid parent references (i.e. the file index is somehow corrupted), ignore those when building the folder tree. Previously, such references caused null values to be included in the result of the REST API method `api/folders`, which prevented the web UI from showing any folders. refs #955
It took some time as I was busy with other things, but now I have made one fix which might help on this issue. If you want to test if it fixes the issue for you, you may download the file https://raw.githubusercontent.com/owncloud/music/master/lib/BusinessLayer/TrackBusinessLayer.php and replace the corresponding file on your v1.5.1 installation. |
Replaced file and now folders are shown again!! |
Great, thanks for the confirmation! |
The fix for this is now released in Music v1.5.2. |
When clicking Folders on the left pane the page keeps loading (the spin thing in the middle keeps rotating) and nothing happens.
In console mode there's an error:
Working like a charm from android's app DSUB
The text was updated successfully, but these errors were encountered: