re-factored some file system access
This commit is contained in:
@@ -67,6 +67,7 @@ h2 {
|
||||
h1 a {
|
||||
font-weight: normal!important;
|
||||
text-decoration: none;
|
||||
color: #fff!important;
|
||||
}
|
||||
|
||||
h1 a:hover {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<div id="views">
|
||||
</div>
|
||||
|
||||
<h1 class="listHeader"><a href="itemlist.html">Collections</a></h1>
|
||||
<h1 class="listHeader"><a href="itemlist.html">Collections<img src="css/images/rightarrow.png" style="height: 24px; margin-left: .5em;" /></a></h1>
|
||||
|
||||
<div id="divCollections"></div>
|
||||
</td>
|
||||
|
||||
@@ -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