3.0.5641.4

This commit is contained in:
Luke Pulverenti
2015-06-15 00:17:12 -04:00
parent 4cf456925f
commit cd759e215e
6 changed files with 10 additions and 101 deletions

View File

@@ -429,7 +429,10 @@ namespace MediaBrowser.Model.Configuration
}
},
new MetadataOptions(0, 1280) {ItemType = "Season"}
new MetadataOptions(0, 1280)
{
ItemType = "Season"
}
};
}
}