mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Sort identities by provider order
This commit is contained in:
parent
0a3381471d
commit
54014e0ffa
@ -61,7 +61,7 @@ namespace MediaBrowser.Controller.Providers
|
||||
}
|
||||
} while (changesMade);
|
||||
|
||||
return identities.Select(id => id.Identity);
|
||||
return identities.OrderBy(id => id.Order).Select(id => id.Identity);
|
||||
}
|
||||
|
||||
private class IdentityPair
|
||||
|
Loading…
x
Reference in New Issue
Block a user