mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 17:44:43 +01:00
removed implicit typing from the model project
This commit is contained in:
@@ -271,7 +271,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
EnableRealtimeMonitor = true;
|
||||
|
||||
var options = new List<MetadataOptions>
|
||||
List<MetadataOptions> options = new List<MetadataOptions>
|
||||
{
|
||||
new MetadataOptions(1, 1280) {ItemType = "Book"},
|
||||
new MetadataOptions(1, 1280) {ItemType = "MusicAlbum"},
|
||||
|
||||
Reference in New Issue
Block a user