diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-28 12:41:32 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-28 12:41:32 -0400 |
| commit | 780b761456bd46fc7684a72a11afa35715f48c0b (patch) | |
| tree | 61f2c21989ae2a2fbe89d0e0e76cdf10b7dd3714 /Emby.Dlna | |
| parent | efc2fa1b30574b7557897059cc87d757857e0d74 (diff) | |
3.2.29.2
Diffstat (limited to 'Emby.Dlna')
| -rw-r--r-- | Emby.Dlna/DlnaManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Dlna/DlnaManager.cs b/Emby.Dlna/DlnaManager.cs index 847f636198..4ff413b9bd 100644 --- a/Emby.Dlna/DlnaManager.cs +++ b/Emby.Dlna/DlnaManager.cs @@ -316,7 +316,6 @@ namespace Emby.Dlna profile = ReserializeProfile(tempProfile); profile.Id = path.ToLower().GetMD5().ToString("N"); - profile.ProfileType = type; _profiles[path] = new Tuple<InternalProfileInfo, DeviceProfile>(GetInternalProfileInfo(_fileSystem.GetFileInfo(path), type), profile); |
