aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Helpers/ClassMigrationHelper.cs
diff options
context:
space:
mode:
authorGreenback <jimcartlidge@yahoo.co.uk>2020-11-21 16:14:00 +0000
committerGreenback <jimcartlidge@yahoo.co.uk>2020-11-21 16:14:03 +0000
commite41d1773bac5657e2a1787f131435f5edb6c4d70 (patch)
tree97057dcc4948da53d8f8ddebab7b100aa55a986e /Jellyfin.Api/Helpers/ClassMigrationHelper.cs
parent7403b9a9e5d2a5647f698e988071adda1598284b (diff)
changes
Diffstat (limited to 'Jellyfin.Api/Helpers/ClassMigrationHelper.cs')
-rw-r--r--Jellyfin.Api/Helpers/ClassMigrationHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Helpers/ClassMigrationHelper.cs b/Jellyfin.Api/Helpers/ClassMigrationHelper.cs
index 7184d49d5..a911a3324 100644
--- a/Jellyfin.Api/Helpers/ClassMigrationHelper.cs
+++ b/Jellyfin.Api/Helpers/ClassMigrationHelper.cs
@@ -1,7 +1,7 @@
using System;
using System.Reflection;
-namespace Jellyfin.Api.Migrations
+namespace Jellyfin.Api.Helpers
{
/// <summary>
/// A static class for copying matching properties from one object to another.