mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
ReSharper Reformat: Properties to expression bodied form.
This commit is contained in:
@@ -18,7 +18,7 @@ namespace MediaBrowser.Model.Updates
|
||||
/// <value>The available version.</value>
|
||||
public string AvailableVersion
|
||||
{
|
||||
get { return Package != null ? Package.versionStr : "0.0.0.1"; }
|
||||
get => Package != null ? Package.versionStr : "0.0.0.1";
|
||||
set { } // need this for the serializer
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user