mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 02:30:23 +01:00
post release housecleaning
This commit is contained in:
@@ -44,7 +44,12 @@ namespace MediaBrowser.Server.Startup.Common.Migrations
|
||||
{
|
||||
if (string.Equals(options[i], "Media Browser Legacy Xml", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
options[i] = "Media Browser Xml";
|
||||
options[i] = "Emby Xml";
|
||||
changed = true;
|
||||
}
|
||||
else if (string.Equals(options[i], "Media Browser Xml", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
options[i] = "Emby Xml";
|
||||
changed = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user