diff --git a/source/Generic/ExtraMetadataLoader/ExtraMetadataLoader.cs b/source/Generic/ExtraMetadataLoader/ExtraMetadataLoader.cs
index 3530938613..5e416c256d 100644
--- a/source/Generic/ExtraMetadataLoader/ExtraMetadataLoader.cs
+++ b/source/Generic/ExtraMetadataLoader/ExtraMetadataLoader.cs
@@ -901,7 +901,7 @@ public override void OnLibraryUpdated(OnLibraryUpdatedEventArgs args)
var progressTitle = ResourceProvider.GetString("LOCExtra_Metadata_Loader_DialogMessageLibUpdateAutomaticDownloadVideos");
var progressOptions = new GlobalProgressOptions(progressTitle, true);
progressOptions.IsIndeterminate = false;
- var downloadOptions = new VideoDownloadOptions(VideoType.Trailer,);
+ var downloadOptions = new VideoDownloadOptions(VideoType.Trailer,true);
PlayniteApi.Dialogs.ActivateGlobalProgress((a) =>
{
var games = PlayniteApi.Database.Games.Where(x => x.Added.HasValue && x.Added > settings.Settings.LastAutoLibUpdateAssetsDownload);
diff --git a/source/Generic/GameRelations/PlayniteControls/GameRelationsBase.xaml b/source/Generic/GameRelations/PlayniteControls/GameRelationsBase.xaml
index fde9c3bfcf..551228af2c 100644
--- a/source/Generic/GameRelations/PlayniteControls/GameRelationsBase.xaml
+++ b/source/Generic/GameRelations/PlayniteControls/GameRelationsBase.xaml
@@ -37,16 +37,11 @@
Margin="0" Background="Transparent" BorderThickness="0" Padding="0"
Height="{Binding ElementName=CoverImage, Path=Height}" Width="{Binding ElementName=CoverImage, Path=Width}">
-
-
-
-
+
-
diff --git a/source/Generic/NewsViewer/NewsViewerSettingsView.xaml b/source/Generic/NewsViewer/NewsViewerSettingsView.xaml
index b439e52dd4..58e648c143 100644
--- a/source/Generic/NewsViewer/NewsViewerSettingsView.xaml
+++ b/source/Generic/NewsViewer/NewsViewerSettingsView.xaml
@@ -16,7 +16,7 @@
-
diff --git a/source/Generic/NewsViewer/PluginControls/PlayersInGameViewerControl.xaml b/source/Generic/NewsViewer/PluginControls/PlayersInGameViewerControl.xaml
index b4565d0a21..6d1961a782 100644
--- a/source/Generic/NewsViewer/PluginControls/PlayersInGameViewerControl.xaml
+++ b/source/Generic/NewsViewer/PluginControls/PlayersInGameViewerControl.xaml
@@ -8,5 +8,7 @@
d:DesignHeight="450" d:DesignWidth="800">
+ Content="{Binding InGamePlayersCount}" ContentStringFormat="{}{0:N0}" Language="fr-FR">
+
+
\ No newline at end of file
diff --git a/source/Generic/SteamViewer/SteamViewer.sln b/source/Generic/SteamViewer/SteamViewer.sln
index e5bfa2b85b..806f03730a 100644
--- a/source/Generic/SteamViewer/SteamViewer.sln
+++ b/source/Generic/SteamViewer/SteamViewer.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1267
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamViewer", "SteamViewer.csproj", "{4FDF1E89-5BC3-4C72-8FDA-0D580E7A5D5F}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamViewer", "SteamShortcuts.csproj", "{4FDF1E89-5BC3-4C72-8FDA-0D580E7A5D5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution