src/de/uhilger/calypso/handler/PlayHandler.java
File was renamed from src/de/uhilger/avdirektor/handler/PlayHandler.java @@ -15,10 +15,10 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. */ package de.uhilger.avdirektor.handler; package de.uhilger.calypso.handler; import com.sun.net.httpserver.HttpExchange; import de.uhilger.avdirektor.App; import de.uhilger.calypso.App; import java.io.IOException; import java.nio.file.FileSystem; import java.nio.file.FileSystems;