diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-03-14 22:05:33 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-03-14 22:11:47 +0100 |
| commit | ee7bf86e0f76cdd655f9f9766a4b99f5210ce985 (patch) | |
| tree | 9eedda161eabbcbae7c361d1369ad264c70b1fd9 /RSSDP/Properties/AssemblyInfo.cs | |
| parent | 208585d3f60c6fe8e3e1dfcad7621a0d2884ad9e (diff) | |
Adjusted the Product Name so the User Agent is correct/better.
Diffstat (limited to 'RSSDP/Properties/AssemblyInfo.cs')
| -rw-r--r-- | RSSDP/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RSSDP/Properties/AssemblyInfo.cs b/RSSDP/Properties/AssemblyInfo.cs index d2bb7c6f3..690ddb807 100644 --- a/RSSDP/Properties/AssemblyInfo.cs +++ b/RSSDP/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Jellyfin Project")] -[assembly: AssemblyProduct("Jellyfin: The Free Software Media System")] +[assembly: AssemblyProduct("Jellyfin Server")] [assembly: AssemblyCopyright("Copyright © 2015 Troy Willmot. Code released under the MIT license. Copyright © 2019 Jellyfin Contributors. Code released under the GNU General Public License Version 2")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] |
