standardize knowledge of supported image extensions

This commit is contained in:
Luke Pulverenti
2013-05-30 18:22:15 -04:00
parent 3387dac01d
commit 300c3b7fd6
11 changed files with 69 additions and 59 deletions

View File

@@ -185,7 +185,7 @@ namespace MediaBrowser.Server.Implementations.Session
connection.DeviceName = deviceName;
connection.UserId = user == null ? (Guid?)null : user.Id;
connection.User = user;
return connection;
}