remove source control message
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
// LiquipediaMatchesAPI.swift
|
// LiquipediaMatchesAPI.swift
|
||||||
// LiquipediaMenu
|
// LiquipediaMenu
|
||||||
//
|
//
|
||||||
//This class scrapes the Liquipedia upcoming matches page. It extracts them and puts them into a [Match]? by, using the Match class as a data storage objet.
|
//This class scrapes the Liquipedia upcoming matches page. It extracts them and puts them into a [Match]? by, using the Match class as a data storage objet.
|
||||||
// Created by Felix Förtsch on 08.10.18.
|
// Created by Felix Förtsch on 08.10.18.
|
||||||
// Copyright © 2018 Felix Förtsch. All rights reserved.
|
// Copyright © 2018 Felix Förtsch. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -56,11 +56,8 @@ class StatusBarController: NSObject, NSMenuItemValidation {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
if let matches = self.matchesAPI.fetchMatches(for: "counterstrike") {
|
if let matches = self.matchesAPI.fetchMatches(for: "dota2") {
|
||||||
=======
|
|
||||||
if let matches = self.matchesAPI.fetchMatches(for: "starcraft2") {
|
|
||||||
>>>>>>> 7de8fd2c2bd41baf8480580a6392c8c7869919a6
|
|
||||||
for match in matches {
|
for match in matches {
|
||||||
let newItem = MatchMenuItem.init(for: match, action: #selector(self.openStreamLink))
|
let newItem = MatchMenuItem.init(for: match, action: #selector(self.openStreamLink))
|
||||||
newItem.tag = 1
|
newItem.tag = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user