re-enable sync
This commit is contained in:
parent
999f2e03f4
commit
febaab13bf
|
@ -61,7 +61,7 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||||
|
|
||||||
public bool IsHidden
|
public bool IsHidden
|
||||||
{
|
{
|
||||||
get { return true; }
|
get { return false; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool IsEnabled
|
public bool IsEnabled
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
//[assembly: AssemblyVersion("3.0.*")]
|
[assembly: AssemblyVersion("3.0.*")]
|
||||||
[assembly: AssemblyVersion("3.0.5463.3000")]
|
//[assembly: AssemblyVersion("3.0.5463.3000")]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user