Ejemplo n.º 1
0
 public static void SetupLibrary(bool updateRelationships = false)
 {
     logger.Debug("Creating test media library");
     LIBRARY = new MockMediaLibrary {
         UpdateRelationshipsEnabled = updateRelationships
     };
 }
Ejemplo n.º 2
0
 public static void ShutdownLibrary()
 {
     LIBRARY.Dispose();
     LIBRARY = null;
 }