Switch from Github to GitLab

This commit is contained in:
Jonas Frei
2017-07-14 01:21:09 +02:00
parent c808c2171c
commit 6133122536
3 changed files with 5 additions and 7 deletions
+1 -3
View File
@@ -153,9 +153,7 @@ impl Display for ErrorCode {
match *self {
ErrorCode::ConnectError(ref msg) => f.write_str(&format!("ConnectError: {}", msg)),
ErrorCode::JsonParseError(ref msg) => f.write_str(&format!("JsonParseError: {}", msg)),
ErrorCode::MpvError(ref msg) => {
f.write_str(&format!("mpv returned an error value: {}", msg))
}
ErrorCode::MpvError(ref msg) => f.write_str(&format!("MpvError: {}", msg)),
ErrorCode::JsonContainsUnexptectedType => {
f.write_str("Mpv sent a value with an unexpected type")
}