re-factored some file system access
This commit is contained in:
@@ -278,7 +278,8 @@
|
||||
|
||||
var options = {
|
||||
userId: Dashboard.getCurrentUserId(),
|
||||
limit: item.Type == "MusicAlbum" ? 6 : 8
|
||||
limit: item.Type == "MusicAlbum" ? 6 : 8,
|
||||
fields: "PrimaryImageAspectRatio,DateCreated,UserData"
|
||||
};
|
||||
|
||||
if (item.Type == "Movie") {
|
||||
|
||||
Reference in New Issue
Block a user