From c98a07b367aab3cb63113543ea33610cc2bf57cb Mon Sep 17 00:00:00 2001
From: Rithik Bhatia <rithikbhatia12@gmail.com>
Date: Sun, 30 May 2021 16:09:39 -0400
Subject: [PATCH] No syncURL

---
 Guides/SyncURL.md | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100644 Guides/SyncURL.md

diff --git a/Guides/SyncURL.md b/Guides/SyncURL.md
deleted file mode 100644
index e4cb7453..00000000
--- a/Guides/SyncURL.md
+++ /dev/null
@@ -1,8 +0,0 @@
-# Creating a Syncable Playlist
-Run a website that hosts playlists that update content (e.g Map Pools)?  This guide should help you set up a syncable playlist in Beat Saber.
-1) Open the json file for the playlist in a text editor. If you use a script to generate playlists instead, open the script.
-2) Add the following key ``syncURL`` (spelled in the exact same way). For the value use the download URL for the playlist. Make sure you have a **static URL** setup for your website for hosting the playlist, i.e. a URL that **never changes** and always has the **latest version** of the playlist you're hosting. Here is an example of what the line would look like
-```"syncURL": "http://somewebsite.com/playlist.bplist",```
-3) Make sure to test out the feature ingame by downloading the playlist and this mod, and clicking on the sync button. A popup box should tell you if the sync fails, but if it doesn't it should look like this.
-![Playlist Sync](https://github.com/rithik-b/PlaylistManager/blob/master/img/sync.gif?raw=true)
-That's it, you're good to go!